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, 19 Feb 2024 11:31:31 +0000 (11:31 +0000)
commit0cb0a8a01776e0bfdfa9316f8e0ed118ac06665b
tree743d94ace81d8e5b0adaf1f311ad0388595433ad
parent7d846e196be6ab9e48f1a6eae85af20f04c908a6
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