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

Address EMFILE (too many open files) errors for clean grunt test runs #137

Closed
benjamn opened this issue Jun 28, 2013 · 2 comments · Fixed by #144
Closed

Address EMFILE (too many open files) errors for clean grunt test runs #137

benjamn opened this issue Jun 28, 2013 · 2 comments · Fixed by #144
Assignees

Comments

@benjamn
Copy link
Contributor

benjamn commented Jun 28, 2013

cc @jeffmo

@ghost ghost assigned benjamn Jun 28, 2013
@benjamn
Copy link
Contributor Author

benjamn commented Jun 28, 2013

Recommended workaround for the time being: just run grunt test again; due to caching, it will pick up where it left off.

@benjamn
Copy link
Contributor Author

benjamn commented Jun 28, 2013

Confirming that reducing MAX_READ_COUNT for Commoner's file reading queue makes the problem go away:
https://github.com/benjamn/commoner/blob/f006bac9c9152e6ffcb33eb8cc3a6f994f57a794/lib/util.js#L56

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

Successfully merging a pull request may close this issue.

1 participant