Advertisement
rockdrilla

/etc/cgconfig.conf [rev.0]

Nov 9th, 2013
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. group z0 {
  2. cpuset {
  3. cpuset.cpus = 0;
  4. cpuset.cpu_exclusive = 1;
  5. cpuset.mems = 0;
  6. cpuset.mem_exclusive = 0;
  7. }
  8. }
  9. group z1 {
  10. cpuset {
  11. cpuset.cpus = 1;
  12. cpuset.cpu_exclusive = 1;
  13. cpuset.mems = 0;
  14. cpuset.mem_exclusive = 0;
  15. }
  16. }
  17. mount {
  18. cpuset = /sys/fs/cgroup/cpuset;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement