[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1390576408-16673-1-git-send-email-atomlin@redhat.com>
Date: Fri, 24 Jan 2014 15:13:28 +0000
From: Aaron Tomlin <atomlin@...hat.com>
To: mingo@...nel.org
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
rientjes@...gle.com, mingo@...hat.com, oleg@...hat.com,
riel@...hat.com, bmr@...hat.com, akpm@...ux-foundation.org,
atomlin@...hat.com
Subject: [PATCH] mm: Document improved handling of swappiness==0
Prior to upstream commit fe35004f ("[mm] avoid swapping out
with swappiness==0") setting swappiness to 0, reclaim code
could still evict recently used user anonymous memory to swap
even though there is a significant amount of RAM used for page
cache.
The behaviour of setting swappiness to 0 has since changed.
When set, the reclaim code does not initiate swap until the
amount of free pages and file-backed pages, is less than the
high water mark in a zone.
Let's update the documentation to reflect this.
Signed-off-by: Aaron Tomlin <atomlin@...hat.com>
Acked-by: Rik van Riel <riel@...hat.com>
Acked-by: Bryn M. Reeves <bmr@...hat.com>
---
Documentation/sysctl/vm.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt
index 9f5481b..38388ee 100644
--- a/Documentation/sysctl/vm.txt
+++ b/Documentation/sysctl/vm.txt
@@ -696,7 +696,9 @@ swappiness
This control is used to define how aggressive the kernel will swap
memory pages. Higher values will increase agressiveness, lower values
-decrease the amount of swap.
+decrease the amount of swap. A value of 0 instructs the kernel not to
+initiate swap until the amount of free and file-backed pages, is less
+than the high water mark in a zone.
The default value is 60.
--
1.8.4.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists