Conceptual
Login

Linux Control Groups (cgroups)

A kernel mechanism organizing processes into hierarchical groups with per-group accounting and limits on CPU, memory, IO, and PIDs — cgroup v2 unifies these under a single hierarchy. Exceeding a memory limit triggers the OOM killer; CPU limits enforce quota-based throttling per period.