im testing if this command fixes the memory leak
go to an file explorer (Root required) and...
...you can find it in: system/etc/sysctl.conf or See this:
open in editor and make:
vm.oom_kill_allocating_task = 1
but idk if this helps as i said im testing it
pls other user test it with me and lets see if this is the death of memoryleak issue!
If you want more Info about vm tweaks look here:
http://www.kernel.org/doc/Documentation/sysctl/vm.txt
[EDIT]: after a while i opened all apps i could find on my phone and it seems to free ram now automaticly :) maybe we have to test longer but i think this fixes the leak issue ;)
go to an file explorer (Root required) and...
...you can find it in: system/etc/sysctl.conf or See this:
Quote:
Originally Posted by Buddha123
(Post 29862682)
It should not work using build.prob. There is an alternative way: 1) create a script in /etc/init.d (if your kernel supports init.d) and set permission 777 2) enter this line: echo 1 > /proc/sys/vm/oom_kill_allocating_task
|
open in editor and make:
vm.oom_kill_allocating_task = 1
but idk if this helps as i said im testing it
pls other user test it with me and lets see if this is the death of memoryleak issue!
If you want more Info about vm tweaks look here:
http://www.kernel.org/doc/Documentation/sysctl/vm.txt
[EDIT]: after a while i opened all apps i could find on my phone and it seems to free ram now automaticly :) maybe we have to test longer but i think this fixes the leak issue ;)