Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- group z0 {
- cpuset {
- cpuset.cpus = 0;
- cpuset.cpu_exclusive = 1;
- cpuset.mems = 0;
- cpuset.mem_exclusive = 0;
- }
- }
- group z1 {
- cpuset {
- cpuset.cpus = 1;
- cpuset.cpu_exclusive = 1;
- cpuset.mems = 0;
- cpuset.mem_exclusive = 0;
- }
- }
- mount {
- cpuset = /sys/fs/cgroup/cpuset;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement