diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2013-07-29 15:42:49 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-07-29 15:42:49 +0100 |
| commit | a89d46276dd2e9fe8b70eca72698823dc137cd24 (patch) | |
| tree | fbcb44537241d86b9505155e9d320cc9aa1031a5 /ebin | |
| parent | b37198049c236d4d4712ae1e266efee729f7a1cd (diff) | |
| parent | 13e2733833b71e06e95db878dbbcfca92486efd4 (diff) | |
| download | rabbitmq-server-git-a89d46276dd2e9fe8b70eca72698823dc137cd24.tar.gz | |
merge stable into default
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
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}, |
