summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@lazu.co.uk>2017-09-19 10:55:08 +0100
committerGerhard Lazu <gerhard@lazu.co.uk>2017-09-20 17:29:24 +0100
commit131843b54fef5580f4384ae5e662eb36ee082f14 (patch)
tree0c72ad1b4e5d9d5083fbab5a1f57658c78810b6c
parent9ab70278256f39b07f42d826b4a088defa803a77 (diff)
downloadrabbitmq-server-git-131843b54fef5580f4384ae5e662eb36ee082f14.tar.gz
Add delegate_count to example config
-rw-r--r--docs/rabbitmq.config.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index f0b242282a..60452108aa 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -330,10 +330,15 @@
%%
%% {collect_statistics_interval, 5000},
- %% Explicitly enable/disable hipe compilation.
+ %% Explicitly enable/disable HiPE compilation.
%%
%% {hipe_compile, true},
+ %% Number of delegate processes to use for intra-cluster communication.
+ %% On a machine which has a very large number of cores and is also part of a cluster, you may wish to increase this value.
+ %%
+ %% {delegate_count, 16},
+
%% Number of times to retry while waiting for Mnesia tables in a cluster to
%% become available.
%%