adrienverge commented on a change in pull request #386: Update configuration of
compaction daemon
URL:
https://github.com/apache/couchdb-documentation/pull/386#discussion_r252777500
##########
File path: src/config/compaction.rst
##########
@@ -171,6 +172,19 @@ Configuration of Compaction Daemon
[compaction_daemon]
min_file_size = 131072
+ .. config:option:: snooze_period_ms
+
+ With lots of databases and/or with lots of design docs in one or more
+ databases, the compaction_daemon can create significant CPU load when
+ checking whether databases and view indexes need compacting. The
+ ``snooze_period_ms`` setting ensures a smoother CPU load. Defaults to
+ 3000 milliseconds wait. Note that this option was formerly called
Review comment:
Agreed (I asked myself while writing it).
----------------------------------------------------------------
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