Skip to content

Commit

Permalink
defconfig: Switch to zstd zram compression algorithm
Browse files Browse the repository at this point in the history
Signed-off-by: mcdachpappe <[email protected]>
  • Loading branch information
mcdachpappe committed Jan 11, 2022
1 parent 258f03e commit 12bca77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/configs/mcd_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ CONFIG_BLK_DEV=y
CONFIG_ZRAM=y
CONFIG_ZRAM_WRITEBACK=y
# CONFIG_ZRAM_MEMORY_TRACKING is not set
CONFIG_ZRAM_DEFAULT_COMP_ALGORITHM="lzo-rle"
CONFIG_ZRAM_DEFAULT_COMP_ALGORITHM="zstd"
CONFIG_ZRAM_SIZE_OVERRIDE=2
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
Expand Down

0 comments on commit 12bca77

Please sign in to comment.