From 4974889ed0601aa25619fe9f0fdac905ad471872 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 12 Aug 2017 12:02:04 +1000 Subject: [PATCH 14/16] Swap sucks. --- mm/vmscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/vmscan.c b/mm/vmscan.c index a37c87b5aee2..7b1d19e17af9 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