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?
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?