summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2019-12-25 00:43:12 +0300
committerMichael Klishin <michael@clojurewerkz.org>2019-12-25 00:43:12 +0300
commit7af37e5bb8bc4a517a6ab26a6038bef6cfa946e7 (patch)
treef0fbb708affb279bc08693bede4b260b3b6c06ad /docs
parent5e9e7a2aaffec1ddab93847798967100097493d1 (diff)
downloadrabbitmq-server-git-7af37e5bb8bc4a517a6ab26a6038bef6cfa946e7.tar.gz
Cuttlefish schema: introduce socket_writer.gc_threshold
References #2182, rabbitmq/rabbitmq-common#343.
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.conf.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 9e04edb629..cfb67a2c88 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -40,6 +40,13 @@
# num_acceptors.tcp = 10
# num_acceptors.ssl = 10
+## Socket writer will force GC every so many bytes transferred.
+## Default is 1 GiB (`1000000000`). Set to 'off' to disable.
+##
+# socket_writer.gc_threshold = 1000000000
+#
+## To disable:
+# socket_writer.gc_threshold = off
## Maximum amount of time allowed for the AMQP 0-9-1 and AMQP 1.0 handshake
## (performed after socket connection and TLS handshake) to complete, in milliseconds.