Skip to content

Question about open files in Server #3607

Answered by barthanssens
rwalkerands asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

don't know the answer by heart and haven't checked it yet, but it could be still the case (data file, index file etc and IIRC network connections can also consume file connections)

It should be possible for the system administrator to raise the per process limit by changing a kernel setting (and/or raise it in security-related components like apparmor, pam.d)

Or for a running process using e.g. prlimit -n16384 <PID>

An alternative would be to use a different store instead of the native store repo: there is an experimental store based on ElasticSearch, and a very interesting LMDB store will be part of the upcoming v4.0 release.

Best regards

Bart

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@rwalkerands
Comment options

Answer selected by rwalkerands
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants