Skip to content

Commit

Permalink
mm: reduce vm_swappiness
Browse files Browse the repository at this point in the history
  • Loading branch information
Spookcity committed Aug 1, 2017
1 parent 52cd16e commit a611985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ struct mem_cgroup_zone {
/*
* From 0 .. 100. Higher means more swappy.
*/
int vm_swappiness = 60;
int vm_swappiness = 20;
long vm_total_pages; /* The total number of pages which the VM controls */

static LIST_HEAD(shrinker_list);
Expand Down

0 comments on commit a611985

Please sign in to comment.