Skip to content

Instantly share code, notes, and snippets.

@tuananh
Created March 29, 2021 14:41
Show Gist options
  • Save tuananh/10492222b756244ea9d6e3b1e406228e to your computer and use it in GitHub Desktop.
Save tuananh/10492222b756244ea9d6e3b1e406228e to your computer and use it in GitHub Desktop.
Enable cgroup v2 on Manjaro/Arch
sudo nano /etc/default/grub
# add systemd.unified_cgroup_hierarchy=1 to the key GRUB_CMDLINE_LINUX_DEFAULT (space separated list)
sudo grub-mkconfig -o /boot/grub/grub.cfg
# reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment