#[SOLVED] Need help with setting up zram

5 messages · Page 1 of 1 (latest)

chrome surge
#

I decided to disable my conventional SWAP and enable ZRAM. For this I followed the wiki

  1. I installed sudo pacman –S zram-generator
  2. I cd'ed into /etc/systemd (cd /etc/systemd
  3. Ran sudo nano zram-generator.conf
  4. Pasted this inside the conf file i generated in the previous step [zram0] Zram-size =ram / 2 EOF
  5. I went into fstab and # my swap file and then rebooted.

I want to confirm whether my zram functions as intended or not

#

Apparently, its not working as intended. I am running into this problem as indicated by jounrnalctl (reference image attached below)

chrome surge
#

I fixed it. I set up a kernel module and set up a custom udev role

#

[SOLVED] Need help with setting up zram

signal ocean