I have followed arch wiki on configuring zram using zram-generator:
https://wiki.archlinux.org/title/Zram
but the [email protected] service does not start on boot as stated in the wiki, i manually have to run : sudo systemctl start [email protected] to start the service after every boot, and i've had no luck finding a solution.
configuration =
$>cat /etc/systemd/zram-generator.conf
[zram0]
zram-size = min(ram / 2, 4096)
compression-algorithm = zstd