summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-07-16 11:01:51 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-07-16 11:01:51 +0100
commitd7d72c8b93c1d257f923471b51efa414a3daef2f (patch)
tree554859fafc728a629b278906c72892c155eb532c /ebin
parent067776e41e6442f6ab5ef82653f53ce113003b1b (diff)
parenta8aa180d3ee05f2bbf2c75aed3b86fad7d070950 (diff)
downloadrabbitmq-server-git-d7d72c8b93c1d257f923471b51efa414a3daef2f.tar.gz
Merge bug24956 (again).
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 ffe112a0e2..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, {mem_relative, 1.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