diff options
| author | Gerhard Lazu <gerhard@lazu.co.uk> | 2019-04-23 16:11:21 +0100 |
|---|---|---|
| committer | Gerhard Lazu <gerhard@lazu.co.uk> | 2019-04-23 16:11:21 +0100 |
| commit | fa998503fac0fe2682c9a3e40545511062a0f71c (patch) | |
| tree | 9196e5119b9a23362d9b78bc5ee1ec82e738ffba /docs/rabbitmqctl.8 | |
| parent | 738604543a31f6ba5c5b92f475a85295c636df33 (diff) | |
| download | rabbitmq-server-git-fa998503fac0fe2682c9a3e40545511062a0f71c.tar.gz | |
Revert "Clarify unit symbols"
This reverts commit 738604543a31f6ba5c5b92f475a85295c636df33.
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 25a5afc303..1ec06e8b30 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 unit symbol(e.g. 512M or 1G). -Available unit symbols are: +with memory units (e.g. 512M or 1G). +Available units 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 unit symbols +Lower bound limit as an integer in bytes or a string with memory units (see vm_memory_high_watermark), e.g. 512M or 1G. Once free disk space reaches the limit, a disk alarm will be set. .El |
