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

浙公网安备 33010602011771号