Skip to content

Commit

Permalink
defconfig: switch to zstd as default zswap compression algorithm
Browse files Browse the repository at this point in the history
* since we've backported zstd, let's use it as our default zswap compression algorithm

Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
  • Loading branch information
cyberknight777 committed Nov 21, 2021
1 parent 93a65e6 commit 2ef65ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/configs/neternels_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,9 @@ CONFIG_FRONTSWAP=y
CONFIG_CMA=y
CONFIG_CMA_AREAS=7
CONFIG_ZSWAP=y
# CONFIG_ZSWAP_DEF_COMP_LZ4 is not set
CONFIG_ZSWAP_DEF_COMP_ZSTD=y
CONFIG_ZSWAP_DEF_COMP="zstd"
CONFIG_ZPOOL=y
# CONFIG_ZBUD is not set
# CONFIG_Z3FOLD is not set
Expand Down

0 comments on commit 2ef65ee

Please sign in to comment.