202110161853 - linux之cgroup


useradd -d /home/test1 -m test1

passwd test1
test1@123


yum install libcgroup-tools libcgroup-pam libcgroup

vim /etc/cgconfig.conf
group test1{
  cpu{ 
    cpu.cfs_period_us=100000;
    cpu.cfs_quota_us=1000000; 
  }
}

vim /etc/cgrules.conf
@test1 cpu test1 

service cgconfig restart
service cgred restart



posted @ 2025-03-20 19:35  钱塘江畔  阅读(5)  评论(0)    收藏  举报