大推 auto memory managern 跟task killer類程式說掰掰

我也要來大推一下,簡單講:
他藉由設定Android內建的參數,讓Android提早啟動"內建"的記憶體回收機制,所以比手動安全多了

我講解Aggressive這個profile其中一項,各位其他就可以自行理解
=> 當記憶體不足97M時,要執行Empty Application的回收
個別process引用xda如下:

FOREGROUND_APP:
// This is the process running the current foreground app. We'd really
// rather not kill it! Value set in system/rootdir/init.rc on startup.

VISIBLE_APP:
// This is a process only hosting activities that are visible to the
// user, so we'd prefer they don't disappear. Value set in
// system/rootdir/init.rc on startup.

SECONDARY_SERVER:
// This is a process holding a secondary server -- killing it will not
// have much of an impact as far as the user is concerned. Value set in
// system/rootdir/init.rc on startup.

HIDDEN_APP:
// This is a process only hosting activities that are not visible,
// so it can be killed without any disruption. Value set in
// system/rootdir/init.rc on startup.

CONTENT_PROVIDER:
// This is a process with a content provider that does not have any clients
// attached to it. If it did have any clients, its adjustment would be the
// one for the highest-priority of those processes.

EMPTY_APP:
// This is a process without anything currently running in it. Definitely
// the first to go! Value set in system/rootdir/init.rc on startup.
// This value is initalized in the constructor, careful when refering to
// this static variable externally.

test
有沒有效,可以用以下方式觀察,
切到Aggressive,不斷地開啟關閉不同軟體,然後看執行記憶體有沒有下降的比較慢,然後剩餘執行記憶體就維持住了

接下來看看之前開啟過然後離開的軟體(按back退出軟體),是否在開啟別的不同程式幾次後,就從process(其屬於empty application)中自動消失了
(之前要自己勤快的砍掉系統才會順)
test
jasonliou wrote:
我也是沒有root就...(恕刪)



可是軟體明明有說需要ROOT,我執行時也有出現SU ALLOW的選項
LostInParadise wrote:
最近在marke...(恕刪)

要root...
那請問安裝這軟體,要把TASK KILLER刪掉嗎
http://www.flickr.com/photos/gutzgutz/
既然ROOT都開了,不彷也用move cache for root users這個APP
將應用程式產生的快取資料,移入SD中~~

http://www.mobile01.com/topicdetail.php?f=423&t=1231549&p=4

33樓
zoob wrote:
要root......(恕刪)


如果沒有root 去market安裝程式~
到底還有沒有作用???
我可以安裝 也可以啟動....

但是沒看到ALLOW的選項!
作者很清楚寫道 ** ROOT ACCESS REQUIRED **

這程式主要是將以下文章(How to configure Android's *internal* taskkiller),程式化
http://forum.xda-developers.com/showthread.php?t=622666

要改/sys/module/lowmemorykiller/parameters/minfree,一定要root!!
有沒有效,按照我講的方式自行測試就知道了,否則就是心理作用了
test
布萊嗯 wrote:
有沒有效,按照我講的...(恕刪)


我是用『智能監控Lite 』去觀察,採用MID模式,開了一大堆應用程式,
(用戶)剩餘記憶體還是保持在72MB,而且畫面跑很順,值得推薦的APP,
至於TASK KILL程式可以刪了~~
文章分享
評分
評分
複製連結
請輸入您要前往的頁數(1 ~ 12)

今日熱門文章 網友點擊推薦!