-
Notifications
You must be signed in to change notification settings - Fork 203
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 #339
Comments
What is the output of |
Lucian, I had the same problem yesterday with one node. If I write "ulimit -n" I get 1024 as a result. I need to change something? I must be in the installation guide? |
This will set the ulimit to 65535 for the node application.
One of the best approach is to split this issue into actionable items - meta-issues like this are always hard to deal with and especially hard to close. Therefore we'll leave this issue open until we can come back to it and cap the software file limit to a fixed number. |
My ulimit is unlimited. I'll try 65535. EDIT: My ulimit -n was 1024. Oops. I was not aware ulimit was per process. Always assumed it was system wide. |
Ulimit is unlimited.
log.zip
The text was updated successfully, but these errors were encountered: