Systemless performance optimization engine for Android devices, tuned for low latency, zero frame-drop, and high storage read-ahead throughput.
- VFS Cache Pressure Tuning:
vm.vfs_cache_pressure = 50(Holds game assets and textures longer in RAM). - Storage Read-Ahead & Queue Depth: Increases UFS storage read-ahead buffer to 2048 KB (2MB) and sets
nr_requests = 128. - CPU Schedutil Rate Limits: Sets
up_rate_limit_us = 500onschedutilCPU policies for instant frequency response. - TCP Low Latency & FQ Pacing: Configures
net.core.default_qdisc = fqandnet.ipv4.tcp_low_latency = 1for minimal network jitter.
- Download
Android_System_Performance_Engine_v1.1.0.zipfrom Releases. - Install via Magisk / KernelSU / APatch.
- Reboot device.
GPL-3.0 License