cgroup: Disable cgroup "memory" by default
authorPhil Elwell <phil@raspberrypi.org>
Mon, 27 Nov 2017 17:14:54 +0000 (17:14 +0000)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:07:59 +0000 (00:07 +0100)
commit30b7033d366a5328ac7d73f07d885486c1f06ca5
tree30ef89c81fdeda930818f88877e3450b92279c2d
parent52e9b16b924a01c5fb3c2034f99c0fe966c87cb9
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