diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-07-29 15:43:28 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-07-29 15:43:28 +0100 |
| commit | 09067e2f1548c93bd9caadcb2f27a60af2b598fa (patch) | |
| tree | 81b08858deded9cdf964607439463bb71f6d862c /ebin | |
| parent | a55b4219197ace8dabc6135c920bcd7dfecf724f (diff) | |
| parent | 13e2733833b71e06e95db878dbbcfca92486efd4 (diff) | |
| download | rabbitmq-server-git-09067e2f1548c93bd9caadcb2f27a60af2b598fa.tar.gz | |
stable to 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 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}, |
