We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c67cd commit 95a8253Copy full SHA for 95a8253
judge/create_cgroups.in
@@ -17,6 +17,8 @@ for i in cpuset memory; do
17
18
To fix this, please make the following changes:
19
1. In /etc/default/grub, add 'cgroup_enable=memory swapaccount=1' to GRUB_CMDLINE_LINUX_DEFAULT
20
+ On modern distros (e.g. Debian bullseye and Ubuntu Jammy Jellyfish) which have cgroup v2 enabled by default,
21
+ you need to add 'systemd.unified_cgroup_hierarchy=0' as well.
22
2. Run update-grub
23
3. Reboot" >&2
24
exit 1
0 commit comments