Skip to content

Commit 33d2b98

Browse files
committed
Add msg_store_io_batch_size to example config
1 parent f54d02d commit 33d2b98

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/rabbitmq.config.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,13 @@
378378
%%
379379
%% {msg_store_credit_disc_bound, {4000, 800}},
380380

381+
%% Minimum number of messages with their queue position held in RAM required
382+
%% to trigger writing their queue position to disk.
383+
%%
384+
%% This value MUST be higher than the initial msg_store_credit_disc_bound value,
385+
%% otherwise paging performance may worsen.
386+
%% {msg_store_io_batch_size, 4096},
387+
381388
%% Whether or not to enable background GC.
382389
%%
383390
%% {background_gc_enabled, false},

0 commit comments

Comments
 (0)