FelipeTaiarol commented on issue #796: CouchDB Error - No DB shards could be opened URL: https://github.com/apache/couchdb/issues/796#issuecomment-327607131 This is the limits for the process running the couchdb  ``` bitnami@ip-172-31-3-49:~$ sudo cat /proc/27037/limits Limit Soft Limit Hard Limit Units Max cpu time unlimited unlimited seconds Max file size unlimited unlimited bytes Max data size unlimited unlimited bytes Max stack size 8388608 unlimited bytes Max core file size 0 unlimited bytes Max resident set unlimited unlimited bytes Max processes 32768 32768 processes Max open files 100000 100000 files Max locked memory 65536 65536 bytes Max address space unlimited unlimited bytes Max file locks unlimited unlimited locks Max pending signals 257326 257326 signals Max msgqueue size 819200 819200 bytes Max nice priority 0 0 Max realtime priority 0 0 Max realtime timeout unlimited unlimited us ``` The limit is 100k which I would assume is enough ? also ``` bitnami@ip-172-31-3-49:~$ cat /proc/sys/fs/file-max 100000 bitnami@ip-172-31-3-49:~$ ulimit -Sn 100000 bitnami@ip-172-31-3-49:~$ ulimit -Hn 100000 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
