Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
#
2
#  Copyright IBM Corporation. 2007
3
#
4
#  Authors:	Balbir Singh <balbir@linux.vnet.ibm.com>
5
#  This program is free software; you can redistribute it and/or modify it
6
#  under the terms of version 2.1 of the GNU Lesser General Public License
7
#  as published by the Free Software Foundation.
8
#
9
#  This program is distributed in the hope that it would be useful, but
10
#  WITHOUT ANY WARRANTY; without even the implied warranty of
11
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
#
13
# See man cgconfig.conf for further details.
14
#
15
# By default, mount all controllers to /cgroup/<controller>
16
 
17
mount {
18
	cpuset	= /cgroup/cpuset;
19
	cpu	= /cgroup/cpu;
20
	cpuacct	= /cgroup/cpuacct;
21
	memory	= /cgroup/memory;
22
	devices	= /cgroup/devices;
23
	freezer	= /cgroup/freezer;
24
	net_cls	= /cgroup/net_cls;
25
	blkio	= /cgroup/blkio;
26
}
27