1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +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
This commit is contained in:
James Hilliard 2024-07-03 13:00:04 -06:00 committed by Luca Boccassi
parent cd98453908
commit aa329b8922

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