summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorBalbir Singh <balbir@linux.vnet.ibm.com>2008-09-29 12:26:50 +0000
committerBalbir Singh <balbir@linux.vnet.ibm.com>2008-09-29 12:26:50 +0000
commitd1ab753ba5d0d641b52cb90e00ce2eabfae476f4 (patch)
tree984149374ff224629121be769d9e6a4e0eedcf63 /samples
parent1d00fc725ba26db40b2c792c75888c2ed777730d (diff)
downloadlibcg-d1ab753ba5d0d641b52cb90e00ce2eabfae476f4.tar.gz
libcg-d1ab753ba5d0d641b52cb90e00ce2eabfae476f4.tar.xz
libcg-d1ab753ba5d0d641b52cb90e00ce2eabfae476f4.zip
Configuration rewrite to use the main cgroups API and several bug fixes
and configuration enhancements. Primarliy Initiated by Dhaval Giani Please see svn log of all branches/balbir-config-cleanup Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com> Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@201 4f4bb910-9a46-0410-90c8-c897d4f1cd53
Diffstat (limited to 'samples')
-rw-r--r--samples/wlm.conf.39
1 files changed, 6 insertions, 3 deletions
diff --git a/samples/wlm.conf.3 b/samples/wlm.conf.3
index 6738624..a0e9a1b 100644
--- a/samples/wlm.conf.3
+++ b/samples/wlm.conf.3
@@ -32,6 +32,7 @@ group ca1 {
memory {
memory.limit_in_bytes = 200M;
}
+
}
group default {
@@ -53,13 +54,15 @@ group default {
memory {
memory.limit_in_bytes = 200M;
}
+
+ cpuacct {}
}
mount {
- cpu = /container;
- memory = /memory;
+ cpu = /cgroup/cpu;
+ memory = /cgroup/mem;
}
mount {
- cpu_acct = /acct;
+ cpuacct = /cgroup/cpu;
}