cgroup: Disable cgroup "memory" by default
authorPhil Elwell <phil@raspberrypi.org>
Mon, 27 Nov 2017 17:14:54 +0000 (17:14 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:03:46 +0000 (16:03 +0000)
commit16f8c6bc6e901dcf4402e6de79e630ea8f942c41
tree7194fbfecfc4567a0e1d08696081aa818d128ea3
parentfe83b18ef954a4b7eb920a40172a58f0c5f5aa8a
cgroup: Disable cgroup "memory" by default

Some Raspberry Pis have limited RAM and most users won't use the
cgroup memory support so it is disabled by default. Enable with:

    cgroup_enable=memory

See: https://github.com/raspberrypi/linux/issues/1950

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
kernel/cgroup/cgroup.c