summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 9b3855cd86..ad4c0bd86a 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -185,6 +185,8 @@
%% Fraction of the high watermark limit at which queues start to
%% page message out to disc in order to free up memory.
%%
+ %% Values greater than 0.9 can be dangerous and should be used carefully.
+ %%
%% {vm_memory_high_watermark_paging_ratio, 0.5},
%% Set disk free limit (in bytes). Once free disk space reaches this
@@ -195,7 +197,8 @@
%% Alternatively, we can set a limit relative to total available RAM.
%%
- %% {disk_free_limit, {mem_relative, 1.0}},
+ %% Values lower than 1.0 can be dangerous and should be used carefully.
+ %% {disk_free_limit, {mem_relative, 2.0}},
%%
%% Misc/Advanced Options