We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad768f5 commit 71daad7Copy full SHA for 71daad7
doc/manual/install-judgehost.rst
@@ -164,7 +164,8 @@ any other tasks on the same CPU core the judgedaemon is using:
164
165
On modern distros (e.g. Debian bullseye and Ubuntu Jammy Jellyfish) which have
166
cgroup v2 enabled by default, you need to add ``systemd.unified_cgroup_hierarchy=0``
167
-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`.
168
+Then run ``update-grub`` and reboot.
169
After rebooting check that ``/proc/cmdline`` actually contains the
170
added kernel options. On VM hosting providers such as Google Cloud or
171
DigitalOcean, ``GRUB_CMDLINE_LINUX_DEFAULT`` may be overwritten
0 commit comments