Disclaimer: ChatGPT generated document.
cgroups — short for control groups — are a Linux kernel feature that lets you limit, prioritize, account for, and isolate resource usage (CPU, memory, I/O, etc.) of processes.
They are one of the core building blocks of modern container systems like Docker and Kubernetes.
