Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 289 Bytes

linux-kernel.md

File metadata and controls

9 lines (5 loc) · 289 Bytes

Linux Kernel

Features

cgroups

A cgroup (control group) limits, accounts for, and isolates the resource usage (CPU, memory, disk I/O, network, etc.) of a collection of processes.

See the official documentation.