# 容器技术原理(三):使用 Cgroups 实现资源限制 | Shall We Code? cgroups 是由 Linux 内核提供的一种特性,它能够限制、核算和隔离一组进程所使用的系统资源(如 CPU、内存、磁盘 I/O、网络等)。 [https://www.waynerv.com/posts/resource-limitation-using-cgroups/](https://www.waynerv.com/posts/resource-limitation-using-cgroups/)
容器技术原理(三):使用 Cgroups 实现资源限制 | Shall We Code?
cgroups 是由 Linux 内核提供的一种特性,它能够限制、核算和隔离一组进程所使用的系统资源(如 CPU、内存、磁盘 I/O、网络等)。
https://www.waynerv.com/posts/resource-limitation-using-cgroups/