wohali commented on issue #470: Scheduling Replicator
URL: https://github.com/apache/couchdb/pull/470#issuecomment-298108567
 
 
   @redgeoff As far as I'm aware, CouchDB doesn't make any attempt to check 
system/process ulimit on max fds. If I recall correctly, you'll start getting 
`{error, system_limit}` when you hit this limit. (Don't forget that the `erl` 
process itself by default limits Erlang to 65536 max simultaneous ports open or 
8196 on Windows, which can be adjusted with `+Q` in `vm.args` or on the command 
line.) If the test passes as @nickva shows with a sufficiently high ulimit, I 
don't see any need to block this PR.
 
----------------------------------------------------------------
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

Reply via email to