Skip to content

Clarify that cgroups v2 is the default mount mode for cgroup #881

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions etc/rc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ rc_tty_number=12
# "hybrid" mounts cgroups version 2 on /sys/fs/cgroup/unified and
# cgroups version 1 on /sys/fs/cgroup.
# "legacy" mounts cgroups version 1 on /sys/fs/cgroup
# "unified" mounts cgroups version 2 on /sys/fs/cgroup
#rc_cgroup_mode="unified"
# "unified" mounts cgroups version 2 on /sys/fs/cgroup (this is the default).
#rc_cgroup_mode="hybrid"

# This is a list of controllers which should be enabled for cgroups version 2
# when hybrid mode is being used.
Expand Down