I'm trying to follow guides about cgroups, like this one as example. I'm not really sure to clearly understand how cgroups is supposed to work currently. But I'm sure of one thing: all the guides I find document the usages of /etc/cgconfig.conf
and /etc/cgrules.conf
. Those files are supposed to be loaded by two daemons which I think should be named cgred
and cgconfig
.
Under Debian Squeeze, it seems like those two daemons where automatically installed by installing cgroup-bin
. But in Wheezy, those daemons do not exist anymore in the package: http://packages.debian.org/fr/wheezy/amd64/cgroup-bin/filelist .
I'm simply trying to create some kind of shared hosting solution and I would like to limit the RAM usage of my users. I was told about cgroups and wanted to try it, but I don't understand how to use that version in Wheezy, and I can't find any documentation to help me.
Could someone tell me what to do? Is that package broken? Is there some completely new (and undocumented) way to configure cgroups?