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? |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
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/ |
|||
|
|
|
You haven't posted any details (say, for instance, the output of |
|||
|
|
|
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. |
|||
|
|