-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
Got "spawn cut EMFILE" on Ubuntu 18 #34
Comments
I got the same error on osx 10.14.4 - (node v10.16.0) |
Thank you very much for opening this report! Npkill on unix systems invokes 2 commands to determine the size for each of the results found. I don't have much free time for now to be able to fix this, but here are two temporary solutions:
|
We have released version 0.5.0 🎊 Could you tell me if you can already use npkill? I imagine there will be directories that show their space as "--" |
ulimit increases the number of open file handles you can have at one time. On OS X and certain Linux distros it is set to a lower value. If problems persist, try gradually increasing the number, or consider what other I/O intensive activities you may have going on. |
@hhuseyinpay thanks for the reply! In any case, we will investigate further and correct it soon. |
In this time the related methods have undergone many changes, so it should not be a problem today. |
Describe the bug
I tried npkill and I got following error after few seconds
To Reproduce
Steps to reproduce the behavior:
$ npkill
Additional context
ERROR:
The text was updated successfully, but these errors were encountered: