summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-09-05 16:12:39 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-09-05 16:12:39 +0100
commitc6ef3024e79d45fe6ba80ce7c49e4d73c1762ac5 (patch)
tree74213c1bd57f27190279911f357b2b9316c3b05d /ebin
parent0dba1f88d2b173c92525be4c4826a70cc6c15e68 (diff)
downloadrabbitmq-server-git-c6ef3024e79d45fe6ba80ce7c49e4d73c1762ac5.tar.gz
Reduce the default disk free limit to 50MB.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 7d0766f898..6ee0115b67 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -19,7 +19,7 @@
{ssl_options, []},
{vm_memory_high_watermark, 0.4},
{vm_memory_high_watermark_paging_ratio, 0.5},
- {disk_free_limit, 1000000000}, %% 1GB
+ {disk_free_limit, 50000000}, %% 50MB
{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