diff --git a/Cgroups/images/menuconfig.png b/Cgroups/images/menuconfig.png new file mode 100644 index 0000000..13f1d5d Binary files /dev/null and b/Cgroups/images/menuconfig.png differ diff --git a/Cgroups/linux-cgroups-1.md b/Cgroups/linux-cgroups-1.md index 8f0f150..6d02d7c 100644 --- a/Cgroups/linux-cgroups-1.md +++ b/Cgroups/linux-cgroups-1.md @@ -25,7 +25,7 @@ 每个 `cgroup` 子系统是否被支持均与相关配置选项有关。例如,`cpuset` 子系统应该通过 `CONFIG_CPUSETS` 内核配置选项启用,`io` 子系统通过 `CONFIG_BLK_CGROUP` 内核配置选项等。所有这些内核配置选项都可以在 `General setup → Control Group support` 菜单里找到: -![menuconfig](http://oi66.tinypic.com/2rc2a9e.jpg) +![menuconfig](images/menuconfig.png) 你可以通过 [proc](https://en.wikipedia.org/wiki/Procfs) 虚拟文件系统在计算机上查看已经启用的 `cgroup`: