File 0177-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/src/memsup.erl b/lib/os_mon/src/memsup.erl index e80ac508a1..ed0941f587 100644 --- a/lib/os_mon/src/memsup.erl +++ b/lib/os_mon/src/memsup.erl @@ -94,7 +94,7 @@ for time intervals and thresholds: meaning that information regarding both system memory usage and Erlang process memory usage is collected. - It is recommended to set this parameter to `false` on systems with many + It is recommended to set this parameter to `true` on systems with many concurrent processes, as each process memory check makes a traversal of the entire list of processes. -- 2.51.0