Skip to content

Commit

Permalink
Add note about setting the force flag for cgroup v1 very new systemd …
Browse files Browse the repository at this point in the history
…versions
  • Loading branch information
nickygerritsen authored and vmcj committed Oct 24, 2024
1 parent 71d057c commit baf9876
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/manual/install-judgehost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ any other tasks on the same CPU core the judgedaemon is using:

On modern distros (e.g. Debian bullseye and Ubuntu Jammy Jellyfish) which have
cgroup v2 enabled by default, you need to add ``systemd.unified_cgroup_hierarchy=0``
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`.
Then run ``update-grub`` and reboot.
After rebooting check that ``/proc/cmdline`` actually contains the
added kernel options. On VM hosting providers such as Google Cloud or
DigitalOcean, ``GRUB_CMDLINE_LINUX_DEFAULT`` may be overwritten
Expand Down

0 comments on commit baf9876

Please sign in to comment.