diff options
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 7 |
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}, |
