summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-07-29 16:04:17 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-07-29 16:04:17 +0100
commita34e43b30639b3a6454357dd38d2afca083e6cb4 (patch)
tree4b632e9193e104341d1972aeb797976acad80e4b /ebin
parentba092e1e82fbb26e6f7da5153fdbbd66ae6b72e3 (diff)
parenta89d46276dd2e9fe8b70eca72698823dc137cd24 (diff)
downloadrabbitmq-server-git-a34e43b30639b3a6454357dd38d2afca083e6cb4.tar.gz
stable to default
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index a4582e2db5..7d0766f898 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -18,6 +18,7 @@
{ssl_listeners, []},
{ssl_options, []},
{vm_memory_high_watermark, 0.4},
+ {vm_memory_high_watermark_paging_ratio, 0.5},
{disk_free_limit, 1000000000}, %% 1GB
{msg_store_index_module, rabbit_msg_store_ets_index},
{backing_queue_module, rabbit_variable_queue},