Skip to content

Commit 62b5267

Browse files
Document rabbit.total_memory_available_override_value
References rabbitmq/rabbitmq-server#1223.
1 parent 8c13f4c commit 62b5267

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

site/configure.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,22 @@ CONFIG_FILE=/etc/rabbitmq/testdir/bunnies</pre>
682682
<p>Default: <code>0.5</code></p>
683683
</td>
684684
</tr>
685+
<tr>
686+
<td><code>total_memory_available_override_value</code></td>
687+
<td>
688+
Makes it possible to override the total amount of memory
689+
available, as opposed to inferring it from the environment using
690+
OS-specific means. This should only be used when actual
691+
maximum amount of RAM available to the node doesn't match the value
692+
that will be inferred by the node, e.g. due to containerization or similar
693+
constraints the node cannot be aware of. The value may be
694+
set to an integer number of bytes or, alternatively, in
695+
information units (e.g <code>"8GB"</code>). For example,
696+
when the value is set to 4 GB, the node will believe it is
697+
running on a machine with 4 GB of RAM.
698+
<p>Default: <code>undefined</code> (not used)</p>
699+
</td>
700+
</tr>
685701
<tr>
686702
<td><code>disk_free_limit</code></td>
687703
<td>

0 commit comments

Comments
 (0)