diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-08-13 15:39:34 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-08-13 15:39:34 +0100 |
| commit | 1d8025b947b85f19f30b993209f13e928c5d493c (patch) | |
| tree | eddba98aafe6e14b477af88421eef5bf4ae70ad3 /ebin | |
| parent | 471692ab160059c131ca6b91f0aa4dd0d4036adb (diff) | |
| parent | 7d2c1b90c0a0f862d9058d506e3364def6056978 (diff) | |
| download | rabbitmq-server-git-1d8025b947b85f19f30b993209f13e928c5d493c.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}, |
