bower / decompress-zip

Module that decompresses zip files
MIT License
102 stars 76 forks source link

EMFILE: too many open files #47

Open sergiopvilar opened 9 years ago

sergiopvilar commented 9 years ago

Hi,

I'm trying to extract a .zip file with 50mb and I got this error. Could anyone help me?

EMFILE: too many open files, open '/Users/sergiovilar/hh/plugin-desktop/build/releases/App/osx32/App.app/Contents/Resources/app/node_modules/jquery/src/sizzle/test/data/empty.js'

vincent1173 commented 7 years ago

The issue is fixed when I updated node to 6.* version (only for windows platform). For other platforms, increasing the max. limit of file descriptors resolved the issue.