Advertisement
rockdrilla

/etc/default/cgconfig [rev.0]

Nov 9th, 2013
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.74 KB | None | 0 0
  1. # Service cgconfig can create a default group in all mounted hierarchies and
  2. # move all processes there on boot. If no default rule is specified in
  3. # /etc/cgrules.conf, the default group is named '/sysdefault'.
  4. # This automatically created group(s) can be useful e.g. when using 'cpu'
  5. # controller to limit cpu.shares of this default group and allowing some more
  6. # important group take most of the CPU.
  7. #
  8. # By default, create these groups:
  9. CREATE_DEFAULT=yes
  10.  
  11. # Uncomment following line to disable creation of the default group on startup:
  12. CREATE_DEFAULT=no
  13.  
  14. # Controls verbosity of the cg* tools.
  15. # Allowed values are DEBUG, INFO, WARNING or ERROR.
  16. CGROUP_LOGLEVEL=DEBUG
  17. CGROUP_LOGLEVEL=INFO
  18. #CGROUP_LOGLEVEL=WARNING
  19. #CGROUP_LOGLEVEL=ERROR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement