From 1409cb968dedef9ce172a008b224dae2c1772d56 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 12 Aug 2017 12:02:04 +1000 Subject: [PATCH 14/19] Swap sucks. --- mm/vmscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/vmscan.c b/mm/vmscan.c index 876370565455..42d9b07c13fe 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -163,7 +163,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. -- 2.25.1