diff options
| author | Daniil Fedotov <dfedotov@pivotal.io> | 2016-11-29 16:35:45 +0000 |
|---|---|---|
| committer | Daniil Fedotov <dfedotov@pivotal.io> | 2016-11-29 16:35:45 +0000 |
| commit | 475e86b505d5b84e7140385692d0c80e33bca6fd (patch) | |
| tree | d5d785ca217219c536791728ae6e6006be74cfa6 /docs/rabbitmq.conf.example | |
| parent | 55451523b84168ceeb36398f7a8e6734b35e969a (diff) | |
| parent | b907d34689879da7e9f2f4991d61e344a48cce30 (diff) | |
| download | rabbitmq-server-git-475e86b505d5b84e7140385692d0c80e33bca6fd.tar.gz | |
Merge branch 'master' into rabbitmq-server-567
Diffstat (limited to 'docs/rabbitmq.conf.example')
| -rw-r--r-- | docs/rabbitmq.conf.example | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index 33685191a3..96d0967db7 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -380,6 +380,21 @@ ## # queue_index_embed_msgs_below = 4kb +## Whether or not to enable background periodic GC of all +## Erlang processes in "waiting" state. +## +## Disabling background GC may reduce latency for client operations, +## keeping it enabled may reduce median RAM usage. +## +# background_gc_enabled = true + +## Target (desired) interval (in milliseconds) at which we run background GC. +## The actual interval will vary depending on how long it takes to execute +## the operation (can be higher than this interval). Values less than +## 30000 milliseconds are not recommended. +## +# background_gc_target_interval = 60000 + ## ---------------------------------------------------------------------------- ## Advanced Erlang Networking/Clustering Options. ## @@ -615,7 +630,7 @@ ## File rotation config. No rotation by defualt. ## DO NOT SET rotation date to ''. Leave unset if require "" value -# log.file.rotation.date = $D0 +# log.file.rotation.date = $D0 # log.file.rotation.size = 0 |
