diff options
| author | Michael Klishin <michael@novemberain.com> | 2017-06-07 19:13:15 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-07 19:13:15 +0300 |
| commit | 2da358c3e662f002774a23a5feae400a0b60fe87 (patch) | |
| tree | 3ea9ae8ff82f06fed15c1b232a1a0f7c0e5d3bc5 /docs/rabbitmq.config.example | |
| parent | 00b48b8b78c9bb596708a3cff080a9e3f3ad4132 (diff) | |
| parent | 8d52a09154fe4a63690eb022aa1a3ba79388f551 (diff) | |
| download | rabbitmq-server-git-2da358c3e662f002774a23a5feae400a0b60fe87.tar.gz | |
Merge pull request #1252 from FabianPonce/fix-gc-docs
Improve documentation around new default for background garbage collection
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 2be3c74095..4135c5053c 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -276,7 +276,7 @@ %% See http://www.rabbitmq.com/partitions.html for further details. %% %% {cluster_partition_handling, ignore}, - + %% Mirror sync batch size, in messages. Increasing this will speed %% up syncing but total batch size in bytes must not exceed 2 GiB. %% Available in RabbitMQ 3.6.0 or later. @@ -343,7 +343,7 @@ %% Disabling background GC may reduce latency for client operations, %% keeping it enabled may reduce median RAM usage. %% - %% {background_gc_enabled, true}, + %% {background_gc_enabled, false}, %% %% Target (desired) interval (in milliseconds) at which we run background GC. %% The actual interval will vary depending on how long it takes to execute |
