summaryrefslogtreecommitdiff
path: root/scripts/rabbitmq-env
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2017-07-27 18:28:02 +0300
committerMichael Klishin <mklishin@pivotal.io>2017-07-27 18:28:02 +0300
commit75b2473d4fbe5827e561ac01742257099b4713d8 (patch)
tree474d464dd63dd1371fc260c22d62f5d309350e1b /scripts/rabbitmq-env
parent4c9d7492fe31b6e96708661aea51f06183419cab (diff)
downloadrabbitmq-server-git-75b2473d4fbe5827e561ac01742257099b4713d8.tar.gz
Bump DEFAULT_DISTRIBUTION_BUFFER_SIZE to 128 MB
After 24 hours of testing we haven't observed any anomalities or regressions. With this change multicast (mirroring) processes should be suspended less frequently, resulting in less variable throughput for mirroring (with link throughput of 1 GBit/s or greater). Closes #1306. [#149220393]
Diffstat (limited to 'scripts/rabbitmq-env')
-rwxr-xr-xscripts/rabbitmq-env2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-env b/scripts/rabbitmq-env
index 3055552d88..52fb4034b0 100755
--- a/scripts/rabbitmq-env
+++ b/scripts/rabbitmq-env
@@ -79,7 +79,7 @@ RABBITMQ_HOME="$(rmq_realpath "${RABBITMQ_SCRIPTS_DIR}/..")"
DEFAULT_SCHEDULER_BIND_TYPE="db"
[ "x" = "x$RABBITMQ_SCHEDULER_BIND_TYPE" ] && RABBITMQ_SCHEDULER_BIND_TYPE=${DEFAULT_SCHEDULER_BIND_TYPE}
-DEFAULT_DISTRIBUTION_BUFFER_SIZE=32000
+DEFAULT_DISTRIBUTION_BUFFER_SIZE=128000
[ "x" = "x$RABBITMQ_DISTRIBUTION_BUFFER_SIZE" ] && RABBITMQ_DISTRIBUTION_BUFFER_SIZE=${DEFAULT_DISTRIBUTION_BUFFER_SIZE}
## Common defaults