1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

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

(cherry picked from commit aa329b89223a79793cde8288b1bc6e93db174938)
This commit is contained in:
James Hilliard 2024-07-03 13:00:04 -06:00 committed by Luca Boccassi
parent 71de25f2df
commit a50e6c5709

1
README
View File

@ -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