How to do performance optimizations regarding open file descriptors within docker image?
klues opened this issue · 1 comments
klues commented
We're currently using CouchDB not running in Docker where we already had to increase the maximum open file descriptors, like described here: https://docs.couchdb.org/en/stable/maintenance/performance.html#maximum-open-file-descriptors-ulimit
Now we are migrating to a new server where CouchDB runs within a Docker container and I'm wondering how I can do these settings for couchDB running in a Docker container? Within the container systemctl
is not available, so what should I do instead? Do I also have to raise any limits for docker within the native OS?
klues commented
I've tried to do it like this: asterics/AsTeRICS-Grid@e69cfaf