File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments