[Unstable Update] 2023-05-06 - GNOME 44.1

to solve this:

I have added to /etc/mkinitcpio.conf:

MODULES=[lz4], then run $ sudo mkinitcpio -P

and to /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT: zswap.compressor=lz4 zswap.zpool=z3fold

Resulting in:

$ grep -r . /sys/module/zswap/parameters/
/sys/module/zswap/parameters/same_filled_pages_enabled:Y
/sys/module/zswap/parameters/enabled:Y
/sys/module/zswap/parameters/max_pool_percent:20
/sys/module/zswap/parameters/compressor:lz4
/sys/module/zswap/parameters/non_same_filled_pages_enabled:Y
/sys/module/zswap/parameters/zpool:z3fold
/sys/module/zswap/parameters/accept_threshold_percent:90

This doesnt matter, thought nobody is using swap this days.


Moderator edit: In the future, please use proper formatting: [HowTo] Post command output and file content as formatted text