diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-03-09 12:34:23 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-03-09 22:31:20 +0100 |
commit | a617007417a09061a6f5f86b5751a080b3701b18 (patch) | |
tree | fe65b1c8e5dcadadbc6fb074633adbfb143fed98 /man/systemd-system.conf.xml | |
parent | man: fix typo in ukify page (diff) | |
download | systemd-a617007417a09061a6f5f86b5751a080b3701b18.tar.xz systemd-a617007417a09061a6f5f86b5751a080b3701b18.zip |
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.
Diffstat (limited to 'man/systemd-system.conf.xml')
-rw-r--r-- | man/systemd-system.conf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <varname>MemoryPressureWatch=</varname> and <varname>MemoryPressureThresholdSec=</varname> settings. See <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry> - for details. Defaults to <literal>auto</literal> and <literal>100ms</literal>, respectively. This + for details. Defaults to <literal>auto</literal> and <literal>200ms</literal>, respectively. This also sets the memory pressure monitoring threshold for the service manager itself.</para></listitem> </varlistentry> </variablelist> |