[Boot] zswap: use z3fold allocator by default

Much better than zbud which is limited to a 2x compression ratio.
This commit is contained in:
Antoine Viallon 2024-05-03 15:58:43 +02:00
parent 4094656a6e
commit 0088bd9cbf
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -9,6 +9,7 @@ let
MODULE_COMPRESS_XZ n
MODULE_COMPRESS_ZSTD y
ZSWAP_COMPRESSOR_DEFAULT_ZSTD y
ZSWAP_ZPOOL_DEFAULT_Z3FOLD y # Use more-efficient z3fold by default (especially useful with Zstd which has a high compression ratio.)
FW_LOADER_COMPRESS_ZSTD y
ZRAM_DEF_COMP_ZSTD y
'';