wohali commented on issue #2016: Couchdb crash URL: https://github.com/apache/couchdb/issues/2016#issuecomment-486501909 The `emfile` in your errors indicates that you've run out of file descriptors. See https://docs.couchdb.org/en/stable/maintenance/performance.html?highlight=handles#connection-limit for details. You may also need to raise the file handle limit; see https://docs.couchdb.org/en/stable/maintenance/performance.html?highlight=handles#maximum-open-file-descriptors-ulimit for details on that.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
