summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2013-10-23 12:42:52 +0100
committerEmile Joubert <emile@rabbitmq.com>2013-10-23 12:42:52 +0100
commit3784f20edfdbafd2b17328f8937c47e0e39295a6 (patch)
treeef198aad4ae78468773e860886df6aa05c2d5d02
parentb74abb173142c6df94975268dcb53f0f5b56bd28 (diff)
downloadrabbitmq-server-3784f20edfdbafd2b17328f8937c47e0e39295a6.tar.gz
Use same disk free limit in sample config
-rw-r--r--docs/rabbitmq.config.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 00aef8d9..91402649 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -169,7 +169,7 @@
%% lower bound, a disk alarm will be set - see the documentation
%% listed above for more details.
%%
- %% {disk_free_limit, 1000000000},
+ %% {disk_free_limit, 50000000},
%% Alternatively, we can set a limit relative to total available RAM.
%%