I decided to disable my conventional SWAP and enable ZRAM. For this I followed the wiki
- I installed
sudo pacman –S zram-generator - I cd'ed into /etc/systemd (
cd /etc/systemd - Ran
sudo nano zram-generator.conf - Pasted this inside the conf file i generated in the previous step
[zram0] Zram-size =ram / 2 EOF - I went into fstab and # my swap file and then rebooted.
I want to confirm whether my zram functions as intended or not