How do I enable zram?
How do I enable zram? 1 Answer Enable zram in kernel config as built in module. Add the below line in your fstab file /dev/block/zram0 none swap defaults zramsize=size in bytes,swapprio=swap partition priority. In init.rc add the following line: swapon_all /fstab.X. Should I enable zram? Zram compresses the items stored in ram so you would […]