From 038a648fa7bbfa1fba84f2492db72cb9753ff880 Mon Sep 17 00:00:00 2001 From: Emile Joubert Date: Fri, 19 Aug 2011 14:38:17 +0100 Subject: Language in rabbitmqctl doc --- docs/rabbitmqctl.1.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index f0e1dc38..6e1144e9 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1298,7 +1298,7 @@ applications on the current Erlang node, RabbitMQ and Erlang versions, OS name and memory statistics. In this context vm_memory_high_watermark - indicates to the fraction of memory at which flow control is + indicates the fraction of memory at which flow control is triggered. vm_memory_limit refers to the absolute memory threshhold at which flow control is triggered. The unit of this number and those listed in the memory @@ -1392,7 +1392,7 @@ fraction The new memory threshhold fraction as a floating point number between - 0.0 and 1.0 . The fractional part is compulsory. + 0.0 and 1.0 with a mandatory fractional part. @@ -1403,9 +1403,14 @@ confirm the currently active memory threshhold. - This command may also be used to update the total memory on systems that support - hot-swappable RAM. The total amount of RAM is queried and the supplied fraction - is used to determine the absolute threshhold. + This command will update the memory threshhold as a fraction of the total RAM + by querying the total RAM when the command is executed. Therefore the absolute + threshhold may change on systems with hot-swappable RAM when this command is executed + without altering the fraction. + + + The memory monitor polls memory usage every second. The memory monitor will + compare the memory in use with the updated threshhold after a second. rabbitmqctl set_vm_memory_high_watermark 0.4 -- cgit v1.2.1