We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On daemon startup, we should check the open file descriptor limit and raise it ourselves if its below 1024.
The text was updated successfully, but these errors were encountered:
Wouldn't that require sudo privileges?
Sorry, something went wrong.
no, you can run ulimit -n 1024 as a normal user on most systems
ulimit -n 1024
Please do this, I was caught by this today. It shouldn't be a manual step IMO.
we do this now!
No branches or pull requests
On daemon startup, we should check the open file descriptor limit and raise it ourselves if its below 1024.
The text was updated successfully, but these errors were encountered: