Possible Duplicate:
How to understand the memory usage and load average in linux server
I'm running Debian and I'm wondering why so much of my memory is being used (8GB of the 8GB)
Is there any way I can check and see why so much RAM is being used?
I'm running Debian and I'm wondering why so much of my memory is being used (8GB of the 8GB) Is there any way I can check and see why so much RAM is being used?
| ||||
|
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Linux uses a lot of RAM for cache. Please check the output of For example, look at the line at "-/+ buffers/cache under free vs. the "Mem" line free.
Also, check out http://www.linuxatemyram.com/ | |||
|
feedback
|
|
You haven't posted any details (say, for instance, the output of | |||
|
feedback
|
|
Regardless of the operating system, memory that isn't being used is memory you wasted good money purchasing. A modern operating system will try and use as much memory as possible to keep recently used (and likely to be used again) items in memory for fast access. Caching stuff like this into memory that isn't currently needed for other things and freeing it up when a better use for it comes along is what makes your system perform so well. | |||
|
feedback
|