Last active
July 21, 2025 22:09
-
-
Save kraj/8e940a21104bdfb88b53f57208d28433 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Basic cgroup support: | |
CONFIG_CGROUPS=y | |
# Cgroups v2 (unified hierarchy): | |
CONFIG_CGROUP_UNIFIED_HIERARCHY=y | |
# CPU controller (includes cpuset in v2): | |
CONFIG_CGROUP_SCHED=y | |
CONFIG_FAIR_GROUP_SCHED=y | |
CONFIG_CFS_BANDWIDTH=y | |
# CPUset functionality: | |
CONFIG_CPUSETS=y | |
# Optional but recommended: | |
CONFIG_CGROUP_CPUACCT=y | |
CONFIG_PROC_PID_CPUSET=y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment