Skip to content

Commit

Permalink
ZEN: Set CLEAN_MIN_KBYTES to 0
Browse files Browse the repository at this point in the history
Per @hakavlad [1], enabling hard cache protection breaks i915.  Keep it
at zero so we don't run into the same issues previously reported.

[1] zen-kernel#218 (comment)

Signed-off-by: kernelOfTruth <kerneloftruth@gmail.com>
  • Loading branch information
damentz authored and kernelOfTruth committed Jul 18, 2021
1 parent fc7ee7a commit 291fa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ config CLEAN_LOW_KBYTES
config CLEAN_MIN_KBYTES
int "Default value for vm.clean_min_kbytes"
depends on SYSCTL
default "65536"
default "0"
help
The vm.clean_min_kbytes sysctl knob provides *hard* protection
of clean file pages. The clean file pages on the current node won't be
Expand Down

0 comments on commit 291fa9c

Please sign in to comment.