summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2017-08-12 12:02:04 +1000
committerCon Kolivas <kernel@kolivas.org>2017-11-20 17:57:21 +1100
commited0ab4c80fcb6fa4abb4f2f897e591df6eaa2d0e (patch)
tree82f8c850efbe42f94d26d14fef5d518a1fefc856
parent5902b315d4061ebbe73a62c52e6d3b618066cebc (diff)
Swap sucks.
-rw-r--r--mm/vmscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c
index eb2f0315b8c0..67d03efab288 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -149,7 +149,7 @@ struct scan_control {
/*
* From 0 .. 100. Higher means more swappy.
*/
-int vm_swappiness = 60;
+int vm_swappiness = 33;
/*
* The total number of pages which are beyond the high watermark within all
* zones.