mm: Set default swappiness to 100

fourteen
Alexander Winkowski 3 years ago committed by Jenna
parent 3c95d20818
commit 96dc6ec4a3
  1. 2
      mm/vmscan.c

@ -157,7 +157,7 @@ struct scan_control {
/*
* From 0 .. 100. Higher means more swappy.
*/
int vm_swappiness = 60;
int vm_swappiness = 100;
/*
* The total number of pages which are beyond the high watermark within all
* zones.

Loading…
Cancel
Save