summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@lazu.co.uk>2017-09-20 17:28:25 +0100
committerGerhard Lazu <gerhard@lazu.co.uk>2017-09-20 17:29:35 +0100
commit33d2b98c4495935ced6ef3889718e5230ee10c4b (patch)
treeddf381d5dc5492176a3d6754a466ee5576e57b9b /docs
parentf54d02da54e92f6fe5bb271d43dd661a0e296549 (diff)
downloadrabbitmq-server-git-33d2b98c4495935ced6ef3889718e5230ee10c4b.tar.gz
Add msg_store_io_batch_size to example config
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 59b773a795..b44adab6b9 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -378,6 +378,13 @@
%%
%% {msg_store_credit_disc_bound, {4000, 800}},
+ %% Minimum number of messages with their queue position held in RAM required
+ %% to trigger writing their queue position to disk.
+ %%
+ %% This value MUST be higher than the initial msg_store_credit_disc_bound value,
+ %% otherwise paging performance may worsen.
+ %% {msg_store_io_batch_size, 4096},
+
%% Whether or not to enable background GC.
%%
%% {background_gc_enabled, false},