From 53fed3245b757829a386a24f7745da567d74aaa5 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Mon, 22 Jan 2018 07:58:28 -0500 Subject: [PATCH] Update mechanism to enable cgroup memory See: https://github.com/raspberrypi/linux/commit/ba742b52e5099b3ed964e78f227dc96460b5cdc0 --- roles/common/files/cmdline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/files/cmdline.txt b/roles/common/files/cmdline.txt index 45d9849..d05c78a 100644 --- a/roles/common/files/cmdline.txt +++ b/roles/common/files/cmdline.txt @@ -1 +1 @@ -dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait cgroup_enable=cpuset cgroup_enable=memory \ No newline at end of file +dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait cgroup_enable=cpuset cgroup_memory=1 \ No newline at end of file