summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-07-01 15:13:35 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-07-01 15:13:35 +0100
commit3f412c00b18b3a7f2e864273d3b62a4027d046fc (patch)
treeafd8733e2e6c1d085cefea0c31f2a8576b82d239 /ebin
parent0f6f997a98872f63502ac0537fc3a47e2838f7ff (diff)
parent1c43cf58f02d7c1c96f502435d18f61d3942a493 (diff)
downloadrabbitmq-server-git-3f412c00b18b3a7f2e864273d3b62a4027d046fc.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 635869a2c1..abeeb6ced4 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},