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

File descriptors and ulimits #279

Open
jsteemann opened this issue Feb 18, 2021 · 0 comments
Open

File descriptors and ulimits #279

jsteemann opened this issue Feb 18, 2021 · 0 comments

Comments

@jsteemann
Copy link
Contributor

jsteemann commented Feb 18, 2021

On Linux and MacOS, the starter should try to increase the number of file descriptors available for itself and its sub-processes (i.e. arangod instances), by probing the current rlimits for "number of open files" and trying to increase them if they seem to low.

This is a nice-to-have improvement and does not seem necessary if the starter could display arangod startup errors, e.g. the ones that are due to too few file descriptors available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant