From 0088bd9cbfb95a80bd754b80831a643f644ea151 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Fri, 3 May 2024 15:58:43 +0200 Subject: [PATCH] [Boot] zswap: use z3fold allocator by default Much better than zbud which is limited to a 2x compression ratio. --- boot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/boot.nix b/boot.nix index d4db727..f5425fb 100644 --- a/boot.nix +++ b/boot.nix @@ -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 '';