ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

EMFILE, too many open files #48

Closed daralthus closed 8 years ago

daralthus commented 8 years ago

Hey guys,

After couple of successful usages, I tried to use it for another npm package but now I get

EMFILE, too many open files '/Users/peterkadlot/Documents/streethub/backalley/tmp/core_object-output_cache-X3mpsES2.tmp'

My ulimit is already set to unlimited so can you please point me to a direction how can I make sure ember-browserify doesn't watch all the dependencies of the imported package? Thanks a lot!

daralthus commented 8 years ago

The aforementioned package is mathjs so hopefully you will be able to replicate the bug.

daralthus commented 8 years ago

ulimit -n 1024 solved it after all