diff options
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/cgroups/memory.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt index 2622115276aa..1829c65f8371 100644 --- a/Documentation/cgroups/memory.txt +++ b/Documentation/cgroups/memory.txt | |||
| @@ -535,17 +535,15 @@ Note: | |||
| 535 | 535 | ||
| 536 | 5.3 swappiness | 536 | 5.3 swappiness |
| 537 | 537 | ||
| 538 | Similar to /proc/sys/vm/swappiness, but affecting a hierarchy of groups only. | 538 | Similar to /proc/sys/vm/swappiness, but only affecting reclaim that is |
| 539 | triggered by this cgroup's hard limit. The tunable in the root cgroup | ||
| 540 | corresponds to the global swappiness setting. | ||
| 541 | |||
| 539 | Please note that unlike the global swappiness, memcg knob set to 0 | 542 | Please note that unlike the global swappiness, memcg knob set to 0 |
| 540 | really prevents from any swapping even if there is a swap storage | 543 | really prevents from any swapping even if there is a swap storage |
| 541 | available. This might lead to memcg OOM killer if there are no file | 544 | available. This might lead to memcg OOM killer if there are no file |
| 542 | pages to reclaim. | 545 | pages to reclaim. |
| 543 | 546 | ||
| 544 | Following cgroups' swappiness can't be changed. | ||
| 545 | - root cgroup (uses /proc/sys/vm/swappiness). | ||
| 546 | - a cgroup which uses hierarchy and it has other cgroup(s) below it. | ||
| 547 | - a cgroup which uses hierarchy and not the root of hierarchy. | ||
| 548 | |||
| 549 | 5.4 failcnt | 547 | 5.4 failcnt |
| 550 | 548 | ||
| 551 | A memory cgroup provides memory.failcnt and memory.memsw.failcnt files. | 549 | A memory cgroup provides memory.failcnt and memory.memsw.failcnt files. |
| @@ -754,7 +752,6 @@ You can disable the OOM-killer by writing "1" to memory.oom_control file, as: | |||
| 754 | 752 | ||
| 755 | #echo 1 > memory.oom_control | 753 | #echo 1 > memory.oom_control |
| 756 | 754 | ||
| 757 | This operation is only allowed to the top cgroup of a sub-hierarchy. | ||
| 758 | If OOM-killer is disabled, tasks under cgroup will hang/sleep | 755 | If OOM-killer is disabled, tasks under cgroup will hang/sleep |
| 759 | in memory cgroup's OOM-waitqueue when they request accountable memory. | 756 | in memory cgroup's OOM-waitqueue when they request accountable memory. |
| 760 | 757 | ||
