From: Yu Watanabe Date: Thu, 9 Mar 2023 12:58:42 +0000 (+0900) Subject: system.conf: add default for memory pressure settings X-Git-Tag: v254-rc1~1078^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F26731%2Fhead;p=thirdparty%2Fsystemd.git system.conf: add default for memory pressure settings Follow-up for #26393. --- diff --git a/src/core/system.conf.in b/src/core/system.conf.in index 9572b57f17a..309c7500f80 100644 --- a/src/core/system.conf.in +++ b/src/core/system.conf.in @@ -73,6 +73,8 @@ #DefaultLimitNICE= #DefaultLimitRTPRIO= #DefaultLimitRTTIME= +#DefaultMemoryPressureThresholdSec=200ms +#DefaultMemoryPressureWatch=auto #DefaultOOMPolicy=stop #DefaultSmackProcessLabel= #ReloadLimitIntervalSec= diff --git a/src/core/user.conf.in b/src/core/user.conf.in index d67650b8580..a445dff5d04 100644 --- a/src/core/user.conf.in +++ b/src/core/user.conf.in @@ -48,6 +48,8 @@ #DefaultLimitNICE= #DefaultLimitRTPRIO= #DefaultLimitRTTIME= +#DefaultMemoryPressureThresholdSec=200ms +#DefaultMemoryPressureWatch=auto #DefaultSmackProcessLabel= #ReloadLimitIntervalSec= #ReloadLimitBurst