You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/04/28 21:15:52 UTC

[GitHub] wohali commented on issue #470: Scheduling Replicator

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


With regards,
Apache Git Services