Toshith

Results 3 comments of Toshith

Swap Set-Up with ZRAM-TOOLS * For reference for anyone looking to set swap post-installation sudo apt update sudo apt install zram-tools /etc/default/zramswap ALGO=zstd PERCENT=50 Restart zram.service sudo systemctl restart zramswap.service...

I would be glad to contribute the script for swap. Space would not be an issue when using zram-tools as it would create a block device in the ram itself...

I have added the scripts to this [repository](https://github.com/toshithh/Ubuntu-Asahi/) with instructions. Also you might need to add zram-tools to extra packages in asahi-desktop.yaml