1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00

Some more images recovered from waybackmachine

Patch 2: Cgroups/
This commit is contained in:
Michael D 2019-10-10 19:50:47 +02:00
parent 84a7575f2f
commit a82aca5a4a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

View File

@ -25,7 +25,7 @@ One `control group subsystem` represents one kind of resources like a processor
Each of these control group subsystems depends on related configuration option. For example the `cpuset` subsystem should be enabled via `CONFIG_CPUSETS` kernel configuration option, the `io` subsystem via `CONFIG_BLK_CGROUP` kernel configuration option and etc. All of these kernel configuration options may be found in the `General setup → Control Group support` menu:
![menuconfig](http://oi66.tinypic.com/2rc2a9e.jpg)
![menuconfig](images/menuconfig.png)
You may see enabled control groups on your computer via [proc](https://en.wikipedia.org/wiki/Procfs) filesystem: