wohali commented on issue #774: CouchDB keeps Crashing
URL: https://github.com/apache/couchdb/issues/774#issuecomment-324525403
 
 
   See your `{error,emfile}` in there? This means your ulimit for file handles 
isn't high enough, and/or your system-limit for file handles isn't large 
enough, either.
   
   Not a CouchDB bug. Up your container's max file handle limit (`ulimit -n as 
root before launching the process, not sure what's required in Docker) or the 
OS's limit (`sysctl fs.file-max`) and try again.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to