On Monday 08 October 2012 12:28:31 Bruce Dubbs wrote: > Interesting. Other than allowing systemd to run, what benefits does > using cgroups give?
>From Wikipedia: cgroups (control groups) is a Linux kernel feature to limit, account and isolate resource usage (CPU, memory, disk I/O, etc.) of process groups. A control group is a collection of processes that are bound by the same criteria. These groups can be hierarchical, where each group inherits limits from its parent group. The kernel provides access to multiple controllers (subsystems) through the cgroup interface. For instance, the "memory" controller limits memory use, "cpuacct" accounts CPU usage, etc. -Ragnar- -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page