linux_xanmod: note on Multigen. LRU being on by default

This commit is contained in:
Dominik Xaver Hörl 2022-12-19 15:09:19 +01:00
parent 95c27f5975
commit be2ee8b4a4

View File

@ -33,7 +33,8 @@ let
TCP_CONG_BBR2 = yes;
DEFAULT_BBR2 = yes;
# Google's Multigenerational LRU framework
# Multigenerational LRU framework
# This can be removed when the LTS variant reaches version >= 6.1 (since it's on by default then)
LRU_GEN = yes;
LRU_GEN_ENABLED = yes;