aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/cgroups
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/cgroups')
-rw-r--r--Documentation/cgroups/memory.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt
index 4937e6fff9b4..b3429aec444c 100644
--- a/Documentation/cgroups/memory.txt
+++ b/Documentation/cgroups/memory.txt
@@ -540,14 +540,13 @@ Note:
540 540
5415.3 swappiness 5415.3 swappiness
542 542
543Similar to /proc/sys/vm/swappiness, but only affecting reclaim that is 543Overrides /proc/sys/vm/swappiness for the particular group. The tunable
544triggered by this cgroup's hard limit. The tunable in the root cgroup 544in the root cgroup corresponds to the global swappiness setting.
545corresponds to the global swappiness setting. 545
546 546Please note that unlike during the global reclaim, limit reclaim
547Please note that unlike the global swappiness, memcg knob set to 0 547enforces that 0 swappiness really prevents from any swapping even if
548really prevents from any swapping even if there is a swap storage 548there is a swap storage available. This might lead to memcg OOM killer
549available. This might lead to memcg OOM killer if there are no file 549if there are no file pages to reclaim.
550pages to reclaim.
551 550
5525.4 failcnt 5515.4 failcnt
553 552