Skip to content

Commit

Permalink
Enable Multigenerational LRU
Browse files Browse the repository at this point in the history
  • Loading branch information
taliesins committed Feb 25, 2024
1 parent 2ead7fe commit c984c73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/configs/config-wsl-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,9 @@ CONFIG_CEPH_LIB=y
# CONFIG_PSAMPLE is not set
# CONFIG_NET_IFE is not set
# CONFIG_LWTUNNEL is not set
CONFIG_LRU_CACHE=m
CONFIG_LRU_GEN_ENABLED=y
CONFIG_NR_LRU_GENS=7
CONFIG_DST_CACHE=y
CONFIG_GRO_CELLS=y
CONFIG_NET_SOCK_MSG=y
Expand Down
3 changes: 3 additions & 0 deletions arch/x86/configs/config-wsl-x86
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,9 @@ CONFIG_CEPH_LIB=y
# CONFIG_PSAMPLE is not set
# CONFIG_NET_IFE is not set
# CONFIG_LWTUNNEL is not set
CONFIG_LRU_CACHE=m
CONFIG_LRU_GEN_ENABLED=y
CONFIG_NR_LRU_GENS=7
CONFIG_DST_CACHE=y
CONFIG_GRO_CELLS=y
CONFIG_NET_SOCK_MSG=y
Expand Down

0 comments on commit c984c73

Please sign in to comment.