]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/sysctl/vm.txt
vmscan: properly account for the number of page cache pages zone_reclaim() can reclaim
[karo-tx-linux.git] / Documentation / sysctl / vm.txt
index 0ea5adbc5b162a6af0f82546d970de7b11792f69..c4de6359d440e4dbf92d585e8a7e577d62d475c1 100644 (file)
@@ -315,10 +315,14 @@ min_unmapped_ratio:
 
 This is available only on NUMA kernels.
 
-A percentage of the total pages in each zone.  Zone reclaim will only
-occur if more than this percentage of pages are file backed and unmapped.
-This is to insure that a minimal amount of local pages is still available for
-file I/O even if the node is overallocated.
+This is a percentage of the total pages in each zone. Zone reclaim will
+only occur if more than this percentage of pages are in a state that
+zone_reclaim_mode allows to be reclaimed.
+
+If zone_reclaim_mode has the value 4 OR'd, then the percentage is compared
+against all file-backed unmapped pages including swapcache pages and tmpfs
+files. Otherwise, only unmapped pages backed by normal files but not tmpfs
+files and similar are considered.
 
 The default is 1 percent.