Skip to content
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

Making default value for min_open_files_limit dynamic #5075

Merged

Conversation

shevelevs
Copy link

Making default value for min_open_files_limit dependent on user's
ulimit values so trying to increase them above hard limit while
running as non-privileged user is not causing error on start-up.

See #5070

@jasongrout
Copy link
Member

jasongrout commented Nov 22, 2019

Thanks! This logic looks good at first glance on my phone. Can you change the name of the function to be aligned with the other default functions? _default_parameter_name, I think.

ulimit values so trying to increase them above hard limit while
running as non-privileged user is not causing error on start-up.

See jupyter#5070
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants