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

Too many open files #2

Open
saschagehlich opened this issue Aug 3, 2011 · 3 comments
Open

Too many open files #2

saschagehlich opened this issue Aug 3, 2011 · 3 comments

Comments

@saschagehlich
Copy link
Contributor

Hey,

I get an EMFILE, Too many open files error when using stats in a large project. Maybe you should also exclude node_modules directories and git submodules directly.

And shouldn't it show the help information if no path is given?

@saschagehlich
Copy link
Contributor Author

FYI - stacktrace:

/usr/local/lib/node_modules/stats/bin/stats:100
      if (err) throw err;
               ^
Error: EMFILE, Too many open files 'lib/portals/metacafe.js'

@tj
Copy link
Member

tj commented Aug 3, 2011

yeah probably a good idea to add some blacklisting flags (and defaults)

yup :) haha. I'll fix that soon

@willin
Copy link

willin commented Jan 5, 2017

/usr/local/lib/node_modules/stats/bin/stats:46
      if (err) throw err;
               ^

Error: ENFILE: file table overflow, open 'push/node_modules/inert/node_modules/joi/test/alternatives.js'

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

3 participants