Use Control Group v2 (#1329)
* Disable real-time scheduling It seems that Linux' cgroup v2 currenlty does not support RT scheduling. * Remove Supervisor RT support flag With CGroups v2 we can no longer support CPU resource allocation for realtime scheduling. * Bump OS Agent to 1.3.0 for CGroups v2 support
This commit is contained in:
@@ -2,7 +2,6 @@ CONFIG_POSIX_MQUEUE=y
|
||||
CONFIG_CFQ_GROUP_IOSCHED=y
|
||||
CONFIG_CFS_BANDWIDTH=y
|
||||
CONFIG_FAIR_GROUP_SCHED=y
|
||||
CONFIG_RT_GROUP_SCHED=y
|
||||
CONFIG_NET_SCHED=y
|
||||
|
||||
CONFIG_CGROUPS=y
|
||||
|
||||
Reference in New Issue
Block a user