admin管理员组文章数量:1394769
I created a cgroup manually under the cgroups v2 hierarchy on the Linux system. I am running Ubuntu 22.04 with 6.1.25 Linux kernel if that matters.
These are the steps are followed as root:
Step 1: mkdir /sys/fs/cgroup/test_group
Step 2: echo "+cpu" > cgroup.subtree_control
I get the following error after executing step 2:
bash: echo: write error: No such file or directory
I do have all the permissions required to execute.
本文标签: linuxUnable to add cpu controller to the manually created cgroupStack Overflow
版权声明:本文标题:linux - Unable to add cpu controller to the manually created cgroup - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744103710a2590976.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论