updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / libcgroup / cgconfig.conf
blob2bfb7b4e332197ac37975e8063d62dc113aae9f6
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.
8 # By default, create these groups:
9 CREATE_DEFAULT=yes
11 # Uncomment following line to disable creation of the default group on startup:
12 #CREATE_DEFAULT=no
14 # Service cgconfig can classify all processes according to /etc/cgrules.conf on
15 # boot.
17 # By default, classify all processes:
18 CLASSIFY=yes
20 # Uncomment following line to disable classification of processes on boot:
21 #CLASSIFY=no