diff options
| author | Michael Klishin <michael@novemberain.com> | 2019-04-23 18:45:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-23 18:45:35 +0300 |
| commit | 314b6448caef8bdba88ec9f922b02d502aa516a2 (patch) | |
| tree | c04b36480b0630ab8f1eec160297b1b41d5d007f /docs/rabbitmqctl.8 | |
| parent | fa998503fac0fe2682c9a3e40545511062a0f71c (diff) | |
| parent | 28fd4874086595af0d4e31486f531388c07490f0 (diff) | |
| download | rabbitmq-server-git-314b6448caef8bdba88ec9f922b02d502aa516a2.tar.gz | |
Merge pull request #1987 from rabbitmq/clarify_si_unit_symbols
Clarify unit symbols
Diffstat (limited to 'docs/rabbitmqctl.8')
| -rw-r--r-- | docs/rabbitmqctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8 index 1ec06e8b30..25a5afc303 100644 --- a/docs/rabbitmqctl.8 +++ b/docs/rabbitmqctl.8 @@ -1836,8 +1836,8 @@ a floating point number greater than or equal to 0. .It Ar memory_limit The new memory limit at which flow control is triggered, expressed in bytes as an integer number greater than or equal to 0 or as a string -with memory units (e.g. 512M or 1G). -Available units are: +with memory unit symbol(e.g. 512M or 1G). +Available unit symbols are: .Bl -tag -width Ds .It Cm k , Cm kiB kibibytes (2^10 bytes) @@ -1857,7 +1857,7 @@ gigabytes (10^9 bytes) .It Cm set_disk_free_limit Ar disk_limit .Bl -tag -width Ds .It Ar disk_limit -Lower bound limit as an integer in bytes or a string with memory units +Lower bound limit as an integer in bytes or a string with memory unit symbols (see vm_memory_high_watermark), e.g. 512M or 1G. Once free disk space reaches the limit, a disk alarm will be set. .El |
