SwapBoost Pro is an advanced Magisk module designed to optimize memory management on your Android device by prioritizing zRAM over standard swapfiles, ensuring a much faster and smoother experience.
- zRAM Optimization: Utilizes compressed RAM for extremely fast swapping.
- Dynamic Swapfile: Automatically creates a fallback swapfile to ensure your device never runs out of memory.
- Smart Priorities: Prioritizes zRAM (
100) over the disk-based swapfile (-2), which significantly improves performance compared to default setups. - Customizable: Tweak the settings via a simple configuration file.
- SELinux Friendly: Dynamically allows kernel permissions for memory management.
- Error Logging: Detailed logs at
/data/local/tmp/swapboost.logfor easy troubleshooting.
- Download the latest
SwapBoost-vX.X-Pro.zipfrom the Releases page. - Open Magisk Manager.
- Go to the Modules tab.
- Tap on Install from storage.
- Select the downloaded ZIP file.
- Reboot your device to apply changes!
You can easily configure SwapBoost Pro to fit your needs by creating a configuration file.
- Create a file named
swapboost.confin your internal storage (/sdcard/). - Add your desired values. (See the included
swapboost.conf.examplefor details). - Reboot to apply.
- Open Magisk Manager.
- Go to the Modules tab.
- Tap Remove on the SwapBoost Pro module.
- Reboot your device. The swapfile and zRAM modifications will be cleanly removed.
- Storage Wear: Using a disk-based swapfile constantly can wear out your internal storage (eMMC/UFS) faster over time. SwapBoost Pro prioritizes zRAM to minimize this, but keep it in mind.
- Compatibility: While tested on various devices, proceed at your own risk. The developer is not responsible for any bricked devices or lost data.