diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-06-19 14:35:37 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-06-19 14:35:37 +0100 |
| commit | 024f4e5735276cb139010f8589cb278c161bebdc (patch) | |
| tree | bf5078c0c73c0b0422ebccb632b210079e0f91bf /ebin | |
| parent | a3eca7f28fff2cc11fc678862cd49818e8b57c22 (diff) | |
| download | rabbitmq-server-git-024f4e5735276cb139010f8589cb278c161bebdc.tar.gz | |
Default to 1GB limit, check every 10s.
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 3cbb33af69..523b54ced1 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -19,7 +19,7 @@ {ssl_listeners, []}, {ssl_options, []}, {vm_memory_high_watermark, 0.4}, - {disk_free_limit, 0}, + {disk_free_limit, 1000000000}, %% 1GB {msg_store_index_module, rabbit_msg_store_ets_index}, {backing_queue_module, rabbit_variable_queue}, %% 0 ("no limit") would make a better default, but that |
