From 367de0a9b7515db7780e2b97e7d1381ae04bf263 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 9 Mar 2023 21:58:42 +0900 Subject: [PATCH] system.conf: add default for memory pressure settings Follow-up for #26393. --- src/core/system.conf.in | 2 ++ src/core/user.conf.in | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.47.3