Linux kernel Control Groups (cgroups)

Similar to namespacing, cgroups can be used to limit the amount of resources that a particular process can use.
Cgroups allow the system to define resource limits (CPU, memory, disk space, network traffic, etc.) to a group of processes. This is a useful feature for containerized apps, but it doesn’t do any kind of "information isolation" like namespaces would.