Skip to content

Commit

Permalink
Revert "mm/vmscan: vm.workingset_protection: On by default"
Browse files Browse the repository at this point in the history
This reverts commit 30fed7e.
  • Loading branch information
xanmod committed Apr 14, 2024
1 parent 97e4c8c commit c4c241f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/vmscan.c
Expand Up @@ -191,7 +191,7 @@ struct scan_control {
#define prefetchw_prev_lru_folio(_folio, _base, _field) do { } while (0)
#endif

bool sysctl_workingset_protection __read_mostly = true;
bool sysctl_workingset_protection __read_mostly = false;
u8 sysctl_anon_min_ratio __read_mostly = CONFIG_ANON_MIN_RATIO;
u8 sysctl_clean_low_ratio __read_mostly = CONFIG_CLEAN_LOW_RATIO;
u8 sysctl_clean_min_ratio __read_mostly = CONFIG_CLEAN_MIN_RATIO;
Expand Down

0 comments on commit c4c241f

Please sign in to comment.