1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18 | #cat /etc/cgconfig.conf
group no_halt {
perm {
admin {
uid = 1001;
}
task {
uid = 1001;
}
}
memory {
memory.limit_in_bytes = 1610612736;
}
}
#cat /etc/cgrules.conf
daniel memory no_halt/
|