summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2019-10-27 20:44:08 +0300
committerGitHub <noreply@github.com>2019-10-27 20:44:08 +0300
commit87f1b31bc869a272a4befaae539916af42ec5db5 (patch)
tree6d124c99fdb4a8360e05bd6b7a0c441aaee3d350 /docs
parentc7c23e6bacf25b08e910dfa6a889e6d0aeb7feb8 (diff)
parent352ffc9a24918c43a259ea9c68d775b81ad4b6d5 (diff)
downloadrabbitmq-server-git-87f1b31bc869a272a4befaae539916af42ec5db5.tar.gz
Merge pull request #2149 from rabbitmq/rabbitmq-server-2140
Make a bunch of Ra settings configurable rabbitmq.conf
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.conf.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 3f66404a8f..c87a49d36b 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -442,6 +442,18 @@
# collect_statistics_interval = 5000
##
+## Ra Settings
+## =====================
+##
+## NB: changing these on a node with existing data directory
+## can lead to DATA LOSS.
+##
+# raft.segment_max_entries = 65535
+# raft.wal_max_size_bytes = 1048576
+# raft.wal_max_batch_size = 32768
+# raft.snapshot_chunk_size = 1000000
+
+##
## Misc/Advanced Options
## =====================
##