You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/04/25 02:59:54 UTC

[GitHub] [couchdb] wohali commented on issue #2016: Couchdb crash

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:
users@infra.apache.org


With regards,
Apache Git Services