Linux – cgconfig.conf : setting root control group parameters

linux

I've got cpu, cpuacct and memory cgroups configured via /etc/cgconfig.conf ( cgconfig-bin on Lucid ). I can add new control groups, and assign processes to them however there does not seem to be a facility for changing the paramters of the root level memory cgroup ( the actual mount point ).

How would one best set such parameters in a clean manner withoput c

For example, I've the memory cgroup mounted to /var/run/cgroup/memory.
I'd like to have /var/run/cgroup/memory/memory.use_hierarchy set to 1 on boot.

Best Answer

From the comment to the question

The root control group is referenced by a standard group <name> { } statement where <name> is a single period.