Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Commit 871b3e9

Browse files
authored
why not both?
I found the elimination of cgroup_enable=memory actually broke my raspbian kubernetes setup. putting both worked with my testing after reboot.
1 parent e0165ba commit 871b3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/common/files/cmdline.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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_memory=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_memory=1 cgroup_enable=memory

0 commit comments

Comments
 (0)