> Doubtful indeed. Your choppy mp3 points to different problems. Free
> memory is wasted memory.
This depends on how you define `free'.
Right now, it looks like free is defined as unallocated - I think it
would be better defined as `unused' (although I can't tell you how to
determine that, or how to define unused).
Migrating unused code and data pages from applications that have been
running for a bit seems like a good idea to me, these pages are often
touched when applications init, and then very infrequently (if every)
again, so this RAM would be better used as buffer-cache.
With 256M of ram, I pretty much never hit swap unless I try really
hard, however, when there has been a lot going on, I find there are
many applications who have pages allocated not doing much with them.
Forcing these pages _out_ (over-commit & touch), and then letting
things stabilise, does indeed seem to help disk performance with
things like `make dep' and find blah, etc.
-Chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/faq.html