Skip to content

Instantly share code, notes, and snippets.

@michalpenka
Last active March 18, 2020 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michalpenka/d0888a998a2906f2d2c09c1fc16755c3 to your computer and use it in GitHub Desktop.
Save michalpenka/d0888a998a2906f2d2c09c1fc16755c3 to your computer and use it in GitHub Desktop.
Enable csgroups on Raspberry Pi
sudo sed -i \
'1 s/.*/& cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory/' \
/boot/firmware/nobtcmd.txt
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment