diff options
| author | Diana Corbacho <diana.corbacho@erlang-solutions.com> | 2015-10-13 09:57:12 +0100 |
|---|---|---|
| committer | Diana Corbacho <diana.corbacho@erlang-solutions.com> | 2015-10-13 09:58:29 +0100 |
| commit | 87402fad7fe68be84395d4ea8907b6591019357c (patch) | |
| tree | ac8897667c5483ece764c1e8bc3625d0879fa047 /ebin | |
| parent | 44a0ddb72dc0337235bcecf63878658bac4288a4 (diff) | |
| download | rabbitmq-server-git-87402fad7fe68be84395d4ea8907b6591019357c.tar.gz | |
Read memory monitor interval from configuration
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 3510474527..92c9c2983d 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -19,6 +19,7 @@ {ssl_options, []}, {vm_memory_high_watermark, 0.4}, {vm_memory_high_watermark_paging_ratio, 0.5}, + {memory_monitor_interval, 2500}, {disk_free_limit, 50000000}, %% 50MB {msg_store_index_module, rabbit_msg_store_ets_index}, {backing_queue_module, rabbit_variable_queue}, |
