I'm trying to set resource usage limits for service plans and noticed that CPU settings are not available but RAM and disk I/O settings are.
Server is running CentOS 7.3 and for some reason cpu controller is not supported.
Any ideas how to get it enabled?
However, cpu cgroup seems to be defined in kernel
Server is running CentOS 7.3 and for some reason cpu controller is not supported.
Any ideas how to get it enabled?
Code:
# plesk sbin resctrl --features
{"cpu": false, "cpuacct": true, "memory": true, "blkio": true, "vhosts_blkio": true}
However, cpu cgroup seems to be defined in kernel
Code:
# column -t /proc/cgroups
#subsys_name hierarchy num_cgroups enabled
cpuset 3 1 1
cpu 4 68 1
cpuacct 4 68 1
memory 9 68 1
devices 5 68 1
freezer 8 1 1
net_cls 7 1 1
blkio 6 68 1
net_prio 7 1 1