Hi,
I have setup ZRAM for my App VMs. It worked. I also tried to disable swap so I can use the swap partition as a backing device for ZRAM so it can use it for pages that it cannot compress. However I noticed that even after I commented out the fstab entry for swap in debian-12 template, the swap partition was still mounted as swap. Apparently some scripts in initram and systemd activates swap. Is it possible to disable that?
I can disable swap in zram activation script, but it will be nice not to activate it in the first place.
Any suggestions?