Are there still people who's experiencing soft reboots even though you've already set the frequency to 1008mhz? If so, here's a fix provided by me.
klinkone suspects zram
so I tried to pressure the zram with full swap
(so it can be full real quick)
and surprise surprise, within 30 minutes SOFT REBOOT occurs.
apparently, when the zram is full, it triggers the panic
so we simply need to reduce the swappiness so it wouldnt be full so easy.
Installation
• Download the script (44swappiness.txt)
• Just delete the extension (.txt)
• Inject the script (44swappiness) to init.d folder
• Set the permission to 0755
• Reboot to take effect
screenshot of uptime, for 16 hours not a single soft reboot was experienced
Please hit the thanks button if it helped
klinkone suspects zram
so I tried to pressure the zram with full swap
(so it can be full real quick)
and surprise surprise, within 30 minutes SOFT REBOOT occurs.
apparently, when the zram is full, it triggers the panic
so we simply need to reduce the swappiness so it wouldnt be full so easy.
Code:
echo 10 > /proc/sys/vm/swappiness
• Download the script (44swappiness.txt)
• Just delete the extension (.txt)
• Inject the script (44swappiness) to init.d folder
• Set the permission to 0755
• Reboot to take effect
screenshot of uptime, for 16 hours not a single soft reboot was experienced
Please hit the thanks button if it helped
Attachments
-
46.3 KB Views: 980
-
51 bytes Views: 721
Last edited:
