Advertisement
rncbc

/etc/cgconfig.conf

Apr 3rd, 2011
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. mount {
  2. cpu = /dev/cgroup;
  3. }
  4.  
  5. group sysdefault {
  6. perm {
  7. task {
  8. uid = root;
  9. gid = root;
  10. }
  11. admin {
  12. uid = root;
  13. gid = root;
  14. }
  15. }
  16. cpu {
  17. cpu.rt_runtime_us = 950000;
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement