[GitHub] wohali commented on issue #774: CouchDB keeps Crashing

2018-04-16 Thread GitBox
wohali commented on issue #774: CouchDB keeps Crashing
URL: https://github.com/apache/couchdb/issues/774#issuecomment-381496003
 
 
   @devios1 And this is in our documentation: 
http://docs.couchdb.org/en/2.1.1/maintenance/performance.html#system-resource-limits


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


[GitHub] wohali commented on issue #774: CouchDB keeps Crashing

2017-08-23 Thread git
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