diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-08-01 11:54:33 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-08-01 11:54:33 +0100 |
| commit | c8c08dd17fa690fcd9ecdfba4a5308a5aa098619 (patch) | |
| tree | 236c0829da8584a3c65e65e72b6a5d1392ec0ec4 /ebin | |
| parent | 4b7c1cfb1b04e5d3a3d3e59b9879f7dd942acd46 (diff) | |
| parent | 0feec6665bdd9257165eebd98c8cae5442c2c3ae (diff) | |
| download | rabbitmq-server-git-c8c08dd17fa690fcd9ecdfba4a5308a5aa098619.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}, |
