Skip to content

Commit 2ef65ee

Browse files
defconfig: switch to zstd as default zswap compression algorithm
* since we've backported zstd, let's use it as our default zswap compression algorithm Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
1 parent 93a65e6 commit 2ef65ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/configs/neternels_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,9 @@ CONFIG_FRONTSWAP=y
647647
CONFIG_CMA=y
648648
CONFIG_CMA_AREAS=7
649649
CONFIG_ZSWAP=y
650+
# CONFIG_ZSWAP_DEF_COMP_LZ4 is not set
651+
CONFIG_ZSWAP_DEF_COMP_ZSTD=y
652+
CONFIG_ZSWAP_DEF_COMP="zstd"
650653
CONFIG_ZPOOL=y
651654
# CONFIG_ZBUD is not set
652655
# CONFIG_Z3FOLD is not set

0 commit comments

Comments
 (0)