summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2017-04-25 20:29:41 +0200
committerMichael Klishin <mklishin@pivotal.io>2017-04-25 20:29:41 +0200
commitc080fdc9ff3e545ab75c02065bc7c5759ebad751 (patch)
tree8853e502e11f042d7a83fb24c34bccaadaf67414
parentd58b61335591d1dafc7e2adabf85f09fbce9168e (diff)
downloadrabbitmq-server-git-c080fdc9ff3e545ab75c02065bc7c5759ebad751.tar.gz
Revert "Minor doc improvement"
This reverts commit d58b61335591d1dafc7e2adabf85f09fbce9168e. Actually, 1.0+ values should be fine since the value is relative to the total amount of available RAM.
-rw-r--r--docs/rabbitmq.config.example1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 9ff00fcdae..74911df9ae 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -260,7 +260,6 @@
%% Alternatively, we can set a limit relative to total available RAM.
%%
%% Values lower than 1.0 can be dangerous and should be used carefully.
- %% As a rule of thumb, values between 1.5 and 2.0 fit most cases.
%% {disk_free_limit, {mem_relative, 2.0}},
%%