Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.49 KB | None | 0 0
  1. --- /etc/cgconfig.conf  2012-03-02 13:57:52.726531856 +0000
  2. +++ /etc/cgconfig.conf  2012-03-02 12:30:02.654582116 +0000
  3. @@ -44,9 +44,15 @@
  4.  #
  5.  
  6.  mount {
  7. -       cpu = /sys/fs//cgroup/cpu;
  8. +       cpu = /sys/fs/cgroup/cpu;
  9.         cpuacct = /sys/fs/cgroup/cpuacct;
  10.         devices = /sys/fs/cgroup/devices;
  11.         memory = /sys/fs/cgroup/memory;
  12.         freezer = /sys/fs/cgroup/freezer;
  13.  }
  14. +
  15. +group sysdefault {
  16. +       cpu {
  17. +               cpu.rt_runtime_us = 950000;
  18. +       }
  19. +}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement