Skip to content

Commit 904a177

Browse files
committed
Add delegate_count to example config
1 parent 6a3ec0f commit 904a177

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/rabbitmq.config.example

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,15 @@
330330
%%
331331
%% {collect_statistics_interval, 5000},
332332

333-
%% Explicitly enable/disable hipe compilation.
333+
%% Explicitly enable/disable HiPE compilation.
334334
%%
335335
%% {hipe_compile, true},
336336

337+
%% Number of delegate processes to use for intra-cluster communication.
338+
%% 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.
339+
%%
340+
%% {delegate_count, 16},
341+
337342
%% Number of times to retry while waiting for Mnesia tables in a cluster to
338343
%% become available.
339344
%%

0 commit comments

Comments
 (0)