Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Service cgconfig can create a default group in all mounted hierarchies and
- # move all processes there on boot. If no default rule is specified in
- # /etc/cgrules.conf, the default group is named '/sysdefault'.
- # This automatically created group(s) can be useful e.g. when using 'cpu'
- # controller to limit cpu.shares of this default group and allowing some more
- # important group take most of the CPU.
- #
- # By default, create these groups:
- CREATE_DEFAULT=yes
- # Uncomment following line to disable creation of the default group on startup:
- CREATE_DEFAULT=no
- # Controls verbosity of the cg* tools.
- # Allowed values are DEBUG, INFO, WARNING or ERROR.
- CGROUP_LOGLEVEL=DEBUG
- CGROUP_LOGLEVEL=INFO
- #CGROUP_LOGLEVEL=WARNING
- #CGROUP_LOGLEVEL=ERROR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement