summaryrefslogtreecommitdiff
path: root/man/systemd-system.conf.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-03-09 12:34:23 +0100
committerLennart Poettering <lennart@poettering.net>2023-03-09 22:31:20 +0100
commita617007417a09061a6f5f86b5751a080b3701b18 (patch)
treefe65b1c8e5dcadadbc6fb074633adbfb143fed98 /man/systemd-system.conf.xml
parent2208d9662313e90f4aa8d24f1573b8fbcd97120a (diff)
downloadsystemd-a617007417a09061a6f5f86b5751a080b3701b18.tar.gz
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.xml2
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>