From a617007417a09061a6f5f86b5751a080b3701b18 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 9 Mar 2023 12:34:23 +0100 Subject: mempress: change default PSI window duration to 2s This changes the PSI window duration we default to for watching memory pressure events from 1s to 2s. This is because apparently the kernel will soon disallow window durations other than 2s for unprivileged processes. Hence, we'll bump the threshold from 100m to 200ms, and the window from 1s to 2s. --- man/systemd-system.conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/systemd-system.conf.xml') diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 829b4be0ed..554d0fbd45 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -565,7 +565,7 @@ MemoryPressureWatch= and MemoryPressureThresholdSec= settings. See systemd.resource-control5 - for details. Defaults to auto and 100ms, respectively. This + for details. Defaults to auto and 200ms, respectively. This also sets the memory pressure monitoring threshold for the service manager itself. -- cgit v1.2.1