diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-08-15 14:56:52 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-08-15 14:56:52 +0100 |
| commit | ec7e8cd13cf701787117004a95d958b3724f7fdf (patch) | |
| tree | b6c3f6de8e341a035ce24f6b4d9bdb0cb0b13b1f /ebin | |
| parent | 93ea1fd923f3312ee6c54c0c7bea634d3ed48a76 (diff) | |
| parent | a3c95f846127af005cff467a8d825c9859d93077 (diff) | |
| download | rabbitmq-server-git-ec7e8cd13cf701787117004a95d958b3724f7fdf.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}, |
