summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-06-18 13:33:43 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-06-18 13:33:43 +0100
commit8a42493141070e7dd86430f371064dda900dc973 (patch)
treecc53ef1aaeb9da4b51ece005a0f27b5517b81639 /ebin
parent413dd11bda0b1c06f3577f555094859777fe016e (diff)
downloadrabbitmq-server-git-8a42493141070e7dd86430f371064dda900dc973.tar.gz
Matthias convinced me to go with ratio-of-a-ratio.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index b28214aff0..46ed24f96a 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -19,7 +19,7 @@
{ssl_listeners, []},
{ssl_options, []},
{vm_memory_high_watermark, 0.4},
- {vm_memory_paging_watermark, 0.2},
+ {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},