diff options
author | Blaster4385 <venkatesh@tablaster.dev> | 2024-07-19 01:02:17 +0530 |
---|---|---|
committer | Blaster4385 <venkatesh@tablaster.dev> | 2024-11-27 21:24:48 +0530 |
commit | 2879f5417cdc960d77a71b3e41670d59ba8953c4 (patch) | |
tree | 376544da8dc16b24b9aadbdf6bd662e4b0d9657b | |
parent | b7d56368777e7f3befe626c16d2e276d1dac6bd7 (diff) |
{archlinux|archlinux-local}_defconfig: Switch zram compression to lz4
- lz4 is supposedly faster than zstd
-rw-r--r-- | arch/x86/configs/archlinux-local_defconfig | 2 | ||||
-rw-r--r-- | arch/x86/configs/archlinux_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/configs/archlinux-local_defconfig b/arch/x86/configs/archlinux-local_defconfig index 861ccb2e6769..04d3fb446764 100644 --- a/arch/x86/configs/archlinux-local_defconfig +++ b/arch/x86/configs/archlinux-local_defconfig @@ -235,7 +235,7 @@ CONFIG_APPLE_PROPERTIES=y CONFIG_EFI_RCI2_TABLE=y CONFIG_EFI_COCO_SECRET=y CONFIG_ZRAM=m -CONFIG_ZRAM_DEF_COMP_ZSTD=y +CONFIG_ZRAM_DEF_COMP_LZ4=y CONFIG_ZRAM_WRITEBACK=y CONFIG_ZRAM_MULTI_COMP=y CONFIG_BLK_DEV_LOOP=m diff --git a/arch/x86/configs/archlinux_defconfig b/arch/x86/configs/archlinux_defconfig index 5d987d204ca9..5280966bf239 100644 --- a/arch/x86/configs/archlinux_defconfig +++ b/arch/x86/configs/archlinux_defconfig @@ -770,7 +770,7 @@ CONFIG_ZRAM_BACKEND_ZSTD=y CONFIG_ZRAM_BACKEND_DEFLATE=y CONFIG_ZRAM_BACKEND_842=y CONFIG_ZRAM_BACKEND_LZO=y -CONFIG_ZRAM_DEF_COMP_ZSTD=y +CONFIG_ZRAM_DEF_COMP_LZ4=y CONFIG_ZRAM_WRITEBACK=y CONFIG_ZRAM_MULTI_COMP=y CONFIG_BLK_DEV_LOOP=m |