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
using the default 4096 value for ulimit, caddy print a warning:
WARNING: File descriptor limit 4096 is too low for production servers. At least 8192 is recommended. Fix with "ulimit -n 8192".
default value should be changed to at least 8192
The text was updated successfully, but these errors were encountered:
ulimit default value
b682869
- set default value to 8192 to avoid warning - fixes computerlyrik#12
Successfully merging a pull request may close this issue.
using the default 4096 value for ulimit, caddy print a warning:
default value should be changed to at least 8192
The text was updated successfully, but these errors were encountered: