stats icon indicating copy to clipboard operation
stats copied to clipboard

Too many open files

Open saschagehlich opened this issue 14 years ago • 3 comments

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 avatar Aug 03 '11 15:08 saschagehlich

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'

saschagehlich avatar Aug 03 '11 15:08 saschagehlich

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

yup :) haha. I'll fix that soon

tj avatar Aug 03 '11 15:08 tj

/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'

willin avatar Jan 05 '17 10:01 willin