As the title suggests, I'm unsure of how (or even why) to use zram. I know it helps with ram partitions, but beyond that I'm stuck; especially with how to enable/adjust it.
It's basically virtual RAM from what I understand (like the SWAP space on a linux install) - sets disk space to be set aside to be used as "backup RAM" of sorts.
It does help in combination with KGB kernel that has adjusted the lowmemorykiller in the android system.
after you enable the ZRAM you enter into your file explorer go to the ETC>init.d, then open the zram file as text editor. The number will list 4500000 or something close.
This basically means 45MB of Virtual RAM. I have it set to 64MB, one person is running 128MB.
after you change the file save and exit.
Now you have more zram. If you are not sure if your changes took effect, go to TE and type "free" (without quotes) it will show you the swap _ _ _ _ that will tell you how much zram you are using.