Summary: | Free Memory Issues | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | mut80r <mut80r> |
Component: | [OLD] Core system | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | major | ||
Priority: | High | ||
Version: | 2008.0 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
mut80r@hotmail.co.uk
2009-04-26 16:01:33 UTC
I believe you are misinterpreting the output of free. :) Your applications actually just use 114 MB, as you can see in the second line. The remainder are filesystem caches and buffers which the kernel allocates automatically. That means if an application needs more memory, the caches are reduced and the freed memory is available to your programs. So, there's nothing to worry about. See http://www.linuxhowtos.org/System/Linux%20Memory%20Management.htm for a more elaborate explanation. (In reply to comment #1) > I believe you are misinterpreting the output of free. :) > [...] > So, there's nothing to worry about. See > http://www.linuxhowtos.org/System/Linux%20Memory%20Management.htm for a more > elaborate explanation. Oh, I see. Hmm. Ok then. It was just a little worrying to be seeing just 12 megs of "free" RAM in top, and yeah. My bad. Thanks. |