ANDROID: Enable memory controller for microdroid

The memory controller feature can be used to control the amount of
memory a process consumes, which can be useful for microdroid.

Bug: 422904910
Change-Id: I0be9cbd409275477dc57f74501a5588a43134f45
[isaacmanjarres: resolved merge conflicts from forward porting.]
Signed-off-by: Isaac J. Manjarres <isaacmanjarres@google.com>
This commit is contained in:
Isaac J. Manjarres
2025-06-06 00:25:39 +00:00
parent 1d4f4d446d
commit 986d344a47

View File

@@ -13,6 +13,8 @@ CONFIG_IKCONFIG_PROC=y
# CONFIG_TIME_NS is not set
# CONFIG_PID_NS is not set
# CONFIG_NET_NS is not set
CONFIG_CGROUPS=y
CONFIG_MEMCG=y
# CONFIG_RD_GZIP is not set
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set