Skip to content

Commit

Permalink
mm: Set default swappiness to 100
Browse files Browse the repository at this point in the history
Signed-off-by: Tashfin Shakeer Rhythm <[email protected]>
  • Loading branch information
dereference23 authored and Tashar02 committed Jan 7, 2024
1 parent dd754a6 commit 7151b90
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 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.
Expand Down

0 comments on commit 7151b90

Please sign in to comment.