Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: spawn EMFILE #8

Closed
tjunghans opened this issue Sep 21, 2013 · 1 comment
Closed

Warning: spawn EMFILE #8

tjunghans opened this issue Sep 21, 2013 · 1 comment

Comments

@tjunghans
Copy link

I receive the warning "spawn EMFILE" when trying to resize (236) images in a directory.

@gcpantazis
Copy link
Owner

@tjunghans, EMFILE pertains to how many files the session is trying to keep open at once. You can open up ulimit, or potentially tell the task to split up your images into smaller groups that get processed separately.

See gruntjs/grunt#788 for more discussion around this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants