What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Available Memory on Task Killer

rsandre

New Member
Is there a reason why my Available Memory slowly declines throughout the day even though I kill all tasks running each time I use it?
 
Don't know exactly why, maybe memory leaks? I usually just use atk to close off the browser or whatever game I was playing, leaves me with more memory overall than closing all the apps. Most of them restart anyways.
 
Is there a reason why my Available Memory slowly declines throughout the day even though I kill all tasks running each time I use it?

You don't need to worry about available memory with the Droid. The Droid is quite capable of running it's own memory without your interference. That's one of the things that separate the Droid from inferior phones like the Blackberry Storm.

I won't tell you to get rid of task killer, but I will say stop using it throughout the day and let the Droid do it's thing. If you want to shut off a particular task because it's a battery hog or something of that nature then fine but that should be the only reason you use it. And there are several people who will tell you you don't need it at all.
 
The linux kernel, in general, caches things to memory to make them available. These things take up memory, but are marked also as expendable (so the memory can be recovered if another program needs them).

So, it can be good to kill things that do not properly use memory or are not needed (though that too is not strictly necessary, as seen in the above link), but not having "Free Memory" is not something be concerned about on Linux in general.

It is much faster (and more efficient) to pull those needed things from memory than from the machine's normal storage, and if other programs do not need the memory, there is no need to recover it.
 
Back
Top