diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-04-25 19:52:16 +0200 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-04-25 19:52:16 +0200 |
| commit | d58b61335591d1dafc7e2adabf85f09fbce9168e (patch) | |
| tree | 7231a2bc33119b2d8d3524cc10c3cbb8e3444a3c | |
| parent | 43fe62ef15465ad01c73dd7f591c7659b5d2d307 (diff) | |
| download | rabbitmq-server-git-d58b61335591d1dafc7e2adabf85f09fbce9168e.tar.gz | |
Minor doc improvement
| -rw-r--r-- | docs/rabbitmq.config.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 74911df9ae..9ff00fcdae 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -260,6 +260,7 @@ %% 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}}, %% |
