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 71d057c commit baf9876Copy full SHA for baf9876
doc/manual/install-judgehost.rst
@@ -172,7 +172,8 @@ any other tasks on the same CPU core the judgedaemon is using:
172
173
On modern distros (e.g. Debian bullseye and Ubuntu Jammy Jellyfish) which have
174
cgroup v2 enabled by default, you need to add ``systemd.unified_cgroup_hierarchy=0``
175
-as well. Then run ``update-grub`` and reboot.
+as well. If you are running systemd v257, you also need to add `SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1`.
176
+Then run ``update-grub`` and reboot.
177
After rebooting check that ``/proc/cmdline`` actually contains the
178
added kernel options. On VM hosting providers such as Google Cloud or
179
DigitalOcean, ``GRUB_CMDLINE_LINUX_DEFAULT`` may be overwritten
0 commit comments