Finally I did the clean install, need some help

I am assuming that you have installed zram-generator & created an /etc/systemd/zram-generator.conf file, as per the instructions in [HowTo] Install and configure zram using zram-generator.

However, after installation & creation of the zram-generator.conf file, did you do the steps required to enable it, as per the TL;DR instructions at GitHub - systemd/zram-generator: Systemd unit generator for zram devices?

  • Run systemctl daemon-reload to create new device units.
  • Run systemctl start /dev/zram0 (adjust the name as appropriate to match the config).
  • Call zramctl or swapon to confirm that the device has been created and is in use.

If you did not use zram-generator, please advise what method you used to set up zram.

1 Like

Thank you so much, I missed that part, now is ok!

swapon --show
NAME       TYPE      SIZE   USED PRIO
/swapfile  file        8G 181,1M   -2
/dev/zram0 partition 6,5G     0B  100

cat /proc/swaps
Filename				Type		Size		Used	Priority
/swapfile                               file		8388604		185496	-2
/dev/zram0                              partition	6852604		0	100
1 Like

Thank you all, finally I did all and can check mark as “Solved” !!!
Thank you so much for listening me, now is time to do a Snapshot in Timeshift…

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.