From aa329b89223a79793cde8288b1bc6e93db174938 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Wed, 3 Jul 2024 13:00:04 -0600 Subject: [PATCH] README: add missing CONFIG_MEMCG kernel config option for oomd We need to enable this otherwise systemd-oomd.service fails to start. Fixes: ConditionControlGroupController=memory was not met --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index cd755113238..f8f130e0159 100644 --- a/README +++ b/README @@ -168,6 +168,7 @@ REQUIREMENTS: Required for systemd-oomd: CONFIG_PSI + CONFIG_MEMCG Note that kernel auditing is broken when used with systemd's container code. When using systemd in conjunction with containers, please make -- 2.47.3