-
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
MaxFileDescriptors setting shouldn't reduce the system defined values #1083
Comments
Additional reading: http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/ |
@zgramana I take it this needs to work on Linux, OSX, and Windows? |
tleyden
pushed a commit
that referenced
this issue
Jan 22, 2016
adamcfraser
added a commit
that referenced
this issue
Jan 22, 2016
…escriptors Fixes #1083 MaxFileDescriptors setting shouldn't reduce the system de…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed on #1080, when Sync Gateway attempts to set MaxFileDescriptors, it shouldn't ever reduce the number of file descriptors - only increase.
The text was updated successfully, but these errors were encountered: