summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index eb97f1e519..55c5736994 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -196,15 +196,16 @@
%%
%% Or you can set absolute value using memory units.
%%
- %% {vm_memory_high_watermark, {absolute, "1024MB"}},
- %%
- %% Memory units rules:
- %% k, kiB - kibibytes (2^10)
- %% M, MiB - mebibytes (2^20)
- %% G, GiB - gibibytes (2^30)
- %% kB - kilobytes (10^3)
- %% MB - megabytes (10^6)
- %% GB - gigabytes (10^9)
+ %% {vm_memory_high_watermark, {absolute, "1024M"}},
+ %%
+ %% Supported units suffixes:
+ %%
+ %% k, kiB: kibibytes (2^10 bytes)
+ %% M, MiB: mebibytes (2^20)
+ %% G, GiB: gibibytes (2^30)
+ %% kB: kilobytes (10^3)
+ %% MB: megabytes (10^6)
+ %% GB: gigabytes (10^9)
%% Fraction of the high watermark limit at which queues start to
%% page message out to disc in order to free up memory.