Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
latency
Tyler Nijmeh 4 years ago
parent bdbad74262
commit 21f0ff59ae

@ -153,7 +153,7 @@ Allow the scheduler to place tasks on their origin CPU, increasing cache localit
* cfq / kyber: Use a scheduler with balanced scheduling to reduce I/O latencies, which is essential for fast flash storage (eMMC & UFS).
# Other Notes
You should know that KTweak applies after init finishes + android mounts + 60 seconds in order to prevent Android's init from overwriting any values.
You should know that KTweak applies after init finishes + android mounts + 120 seconds in order to prevent Android's init from overwriting any values.
# Contact
You can find me on telegram at @tytydraco.

@ -7,8 +7,8 @@ do
sleep 1
done
# Sleep an additional 60s to ensure init is finished
sleep 60
# Sleep an additional 120s to ensure init is finished
sleep 120
# Setup tweaks
ktweak

Loading…
Cancel
Save