zram
Linux kernel community
π‘ Pick it for faster compressed swap that avoids writing virtual memory to flash storage.
zram is a Linux kernel feature that compresses memory pages in RAM and exposes them as a fast compressed swap device. Android...
Pros
- Usually faster and less storage-intensive than flash-based swap
- Built into many Android kernels
- Open-source and available without a separate app
Cons
- Configuration depends on the device kernel and Android build
- Consumes CPU time for compression and decompression
- Often cannot be enabled or resized without root access