You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
rlimit
s 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.
The text was updated successfully, but these errors were encountered: