Good! If you wish to get rid of zram for good, put these commands into some late startup script (run as root)

swapoff /dev/zram0
modprobe -r zram

The first command stops using it as swap and the second removes the module.

Reply via email to