File 1350-os_mon-memsup_system_only-documentation-fix.patch of Package erlang
From 62ce89a07c649e29de19ea88d4d9490a0a642516 Mon Sep 17 00:00:00 2001
From: Alexandre Rodrigues <alexandrejbr@live.com>
Date: Tue, 28 Oct 2025 16:41:06 +0100
Subject: [PATCH] os_mon: memsup_system_only documentation fix
Closes #10330
---
lib/os_mon/src/memsup.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/os_mon/doc/src/memsup.xml b/lib/os_mon/doc/src/memsup.xml
index e80ac508a1..ed0941f587 100644
--- a/lib/os_mon/doc/src/memsup.xml
+++ b/lib/os_mon/doc/src/memsup.xml
@@ -119,7 +119,7 @@
check system memory usage (<c>true</c>) or not. The default is
<c>false</c>, meaning that information regarding both system
memory usage and Erlang process memory usage is collected.</p>
- <p>It is recommended to set this parameter to <c>false</c> on
+ <p>It is recommended to set this parameter to <c>true</c> on
systems with many concurrent processes, as each process memory
check makes a traversal of the entire list of processes.</p>
</item>
--
2.51.0