chewbranca commented on issue #763: Reduce default max_dbs_open to 100 URL: https://github.com/apache/couchdb/pull/763#issuecomment-323815786 The `max_dbs_open` field is a bit of a misnomer in that it would be more accurate to call it `max_shards_open` because it tracks the number of open shards, not the number of open dbs. You should not be hitting file open limits with `max_dbs_open=500` on a system with file limit of 1024 with just dbs. If we're letting views fall through the cracks then we should fix it so view shards are regulated as well. I don't think reducing this value to 100 is a good change, as 100 is quite low for a default. ---------------------------------------------------------------- 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
