From: Daan De Meyer Date: Mon, 16 Mar 2026 13:20:12 +0000 (+0100) Subject: docs: Fix window in PRESSURE.md X-Git-Tag: v261-rc1~547 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ade3f6a01c6a67332f6838428d28d8307283c83;p=thirdparty%2Fsystemd.git docs: Fix window in PRESSURE.md --- diff --git a/docs/PRESSURE.md b/docs/PRESSURE.md index 6ea6b607110..29efc07e5cf 100644 --- a/docs/PRESSURE.md +++ b/docs/PRESSURE.md @@ -175,14 +175,14 @@ that control pressure handling: * `MemoryPressureThresholdSec=` / `CPUPressureThresholdSec=` / `IOPressureThresholdSec=` allows configuring the threshold when to signal pressure to the services. It takes a time value (usually in the millisecond - range) that defines a threshold per 1s time window: if resource latencies grow + range) that defines a threshold per 2s time window: if resource latencies grow beyond this threshold notifications are generated towards the service, requesting it to release resources. The `/etc/systemd/system.conf` file provides two settings for each resource type that may be used to select the default values for the above settings. If the threshold isn't configured via the per-service nor system-wide option, it -defaults to 100ms. +defaults to 200ms. When pressure monitoring is enabled for a service this primarily does three things: