Skip to content

Commit 1aa5be8

Browse files
Merge pull request #4497 from rabbitmq/mergify/bp/v3.9.x/pr-4496
Correct a management UI metric description (backport #4495) (backport #4496)
2 parents edde300 + 2a62957 commit 1aa5be8

File tree

1 file changed

+1
-1
lines changed
  • deps/rabbitmq_management/priv/www/js

1 file changed

+1
-1
lines changed

deps/rabbitmq_management/priv/www/js/global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ var HELP = {
460460

461461
'memory-calculation-strategy-breakdown' : '<p>The setting <code>vm_memory_calculation_strategy</code> defines which of the below memory values is used to check if the memory usage reaches the watermark or paging to disk is required.</p><p><a target="_blank" href="https://www.rabbitmq.com/memory-use.html">Read more</a> on memory use.</p>',
462462

463-
'memory-calculation-strategy' : '<p>This value can be calculated using different strategies the <code>vm_memory_calculation_strategy</code> config setting.</p><p><a target="_blank" href="https://www.rabbitmq.com/memory-use.html">Read more</a> on memory use.</p>',
463+
'memory-calculation-strategy' : '<p>This value can be calculated using different strategies, see the <code>vm_memory_calculation_strategy</code> configuration setting.</p><p><a target="_blank" href="https://www.rabbitmq.com/memory-use.html">Read more</a> on memory use.</p>',
464464

465465
'binary-use' : '<p>Binary accounting is not exact; binaries are shared between processes (and thus the same binary might be counted in more than one section), and the VM does not allow us to track binaries that are not associated with processes (so some binary use might not appear at all).</p>',
466466

0 commit comments

Comments
 (0)