diff options
| author | Michael Klishin <michael@novemberain.com> | 2016-01-09 13:14:34 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@novemberain.com> | 2016-01-09 13:14:34 +0300 |
| commit | f3f264de1cb56ab0f94979581bfac30a97209bf4 (patch) | |
| tree | 4b18d2c607939f073ca9cf51e77cf871d20e7c4f /docs | |
| parent | 05fdb1e80808b61fde222fbaa09f3ccb5635b220 (diff) | |
| download | rabbitmq-server-git-f3f264de1cb56ab0f94979581bfac30a97209bf4.tar.gz | |
Update rabbitmq.config.example
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 112439791c..3fe7dd7711 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -200,7 +200,7 @@ %% %% {vm_memory_high_watermark, {absolute, 1073741824}}, %% - %% Or you can set absolute value using memory units. + %% Or you can set absolute value using memory units (with RabbitMQ 3.6.0+). %% %% {vm_memory_high_watermark, {absolute, "1024M"}}, %% @@ -232,6 +232,7 @@ %% {disk_free_limit, 50000000}, %% %% Or you can set it using memory units (same as in vm_memory_high_watermark) + %% with RabbitMQ 3.6.0+. %% {disk_free_limit, "50MB"}, %% {disk_free_limit, "50000kB"}, %% {disk_free_limit, "2GB"}, @@ -242,11 +243,9 @@ %% {disk_free_limit, {mem_relative, 2.0}}, %% - %% Misc/Advanced Options + %% Clustering %% ===================== %% - %% NB: Change these only if you understand what you are doing! - %% %% How to respond to cluster partitions. %% See http://www.rabbitmq.com/partitions.html for further details. @@ -272,14 +271,27 @@ %% %% {cluster_keepalive_interval, 10000}, + %% + %% Statistics Collection + %% ===================== + %% + %% Set (internal) statistics collection granularity. %% %% {collect_statistics, none}, - %% Statistics collection interval (in milliseconds). + %% Statistics collection interval (in milliseconds). Increasing + %% this will reduce the load on management database. %% %% {collect_statistics_interval, 5000}, + %% + %% Misc/Advanced Options + %% ===================== + %% + %% NB: Change these only if you understand what you are doing! + %% + %% Explicitly enable/disable hipe compilation. %% %% {hipe_compile, true}, |
