summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2017-08-12 12:02:04 +1000
committerCon Kolivas <kernel@kolivas.org>2019-11-26 23:48:02 +1100
commit32d7185a9368c7ff9e79cbedd1c8ff03298340a4 (patch)
treea848b3ae6b3e351476daef628246feab786d2d2a
parent87dd1d82e1df3f3809fe39614061a33b01e5d6f0 (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 ee4eecc7e1c2..22c1b0469468 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -164,7 +164,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.