- Thread Starter
- #16
This script should not affect battery or heat on your droid. It deals with core memory management issues, OOM (out of memory) is the settings that tell your device what priority to kill processes that are using memory -17 is lowest used for dialer etc (core processes). Changing OOM values keep apps running sometimes when they should not. This script re aligns most processes to play well with droid1 available resources. The second thing it seems to do (I am not a Dev and simply found this script) is to change the memory allocations for each category. Such as foreground apps, hidden apps, closed apps, etc. If any of you use Auto Memory manager you see it will set allocations for memory for each category (but only on the frontend) the script set the same memory allocations but also changes the core process use of each memory slot. In laymens terms you can have a bucket (memory allocated) then how full you will let that bucket get (pagefiles) By default memory managers do not change pagefiles, and do not change the order of out of memory settings. CM7 has most of its files set to slot 5 and launcher to slot 3, this causes your device to shut down the natice launcher and apps to early. If you simply change the order of shutdown (OOM settgins) but do not have the pagefiles to handle it your phone has random reboots or FC's This script seems to clean both up well. I wish I had thought if it
zeppelinrox on XDA gets the real credit~
zeppelinrox on XDA gets the real credit~