Skip to content

Commit

Permalink
XANMOD: mm/vmscan: vm_swappiness = 30 decreases the amount of swapping
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Frade <admfrade@gmail.com>
Signed-off-by: Alexandre Frade <kernel@xanmod.org>
  • Loading branch information
xanmod committed Jan 8, 2024
1 parent dff6705 commit f01ed58
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 @@ -185,7 +185,7 @@ struct scan_control {
/*
* From 0 .. 200. Higher means more swappy.
*/
int vm_swappiness = 60;
int vm_swappiness = 30;

#ifdef CONFIG_MEMCG

Expand Down

0 comments on commit f01ed58

Please sign in to comment.