-
Notifications
You must be signed in to change notification settings - Fork 138
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
Fixes #1083 MaxFileDescriptors setting shouldn't reduce the system de… #1504
Conversation
// 1. Only return a value that is HIGHER than the existing soft limit, since | ||
// a very small percentage of users will wanting to be lowering the limit | ||
// based on this configuration. | ||
// 1. Only return a value that is LESS-THAN-OR-EQUAL to the existing hard limit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Numbering is stuck at 1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I guess I've gotten too accustomed to github flavored markdown. Good catch.
06f294f
to
e712c1a
Compare
Reworked based on feedback and squashed / pushed -f |
e712c1a
to
8c2abed
Compare
8c2abed
to
ce9167d
Compare
…escriptors Fixes #1083 MaxFileDescriptors setting shouldn't reduce the system de…
…fined values
#1083