summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@lazu.co.uk>2019-04-23 16:11:21 +0100
committerGerhard Lazu <gerhard@lazu.co.uk>2019-04-23 16:11:21 +0100
commitfa998503fac0fe2682c9a3e40545511062a0f71c (patch)
tree9196e5119b9a23362d9b78bc5ee1ec82e738ffba /docs/rabbitmq.config.example
parent738604543a31f6ba5c5b92f475a85295c636df33 (diff)
downloadrabbitmq-server-git-fa998503fac0fe2682c9a3e40545511062a0f71c.tar.gz
Revert "Clarify unit symbols"
This reverts commit 738604543a31f6ba5c5b92f475a85295c636df33.
Diffstat (limited to 'docs/rabbitmq.config.example')
-rw-r--r--docs/rabbitmq.config.example16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 5970d39713..9f56ba3f96 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -259,14 +259,14 @@
%%
%% {vm_memory_high_watermark, {absolute, "1024M"}},
%%
- %% Supported unit symbols:
- %%
- %% k, kiB: kibibytes (2^10 - 1,024 bytes)
- %% M, MiB: mebibytes (2^20 - 1,048,576 bytes)
- %% G, GiB: gibibytes (2^30 - 1,073,741,824 bytes)
- %% kB: kilobytes (10^3 - 1,000 bytes)
- %% MB: megabytes (10^6 - 1,000,000 bytes)
- %% GB: gigabytes (10^9 - 1,000,000,000 bytes)
+ %% 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.