I'm using Ubuntu 12.04 (precise) 64-bit, My system configuration is Memory: 7.8 GB and Processor :Intel® Core™ i 7-2600 K CPU @ 3.40 GHz × 8 , in system monitor resource page it shows using 7.4 GB RAM but overall process in process page uses around 3 GB RAM, how to find the which process using the reaming RAM and how to solve this problem.
Asked
Active
Viewed 1,818 times
2 Answers
0
7.4 GB of memory is quite much. The system is probably allocating memory for buffers, and not all that memory is actually used.
You can inspect memory usage by running top and then pressing M (to sort processes for memory usage).

Claudio
- 10,614
- 4
- 31
- 71
-
Htop is more fitted for this as top wont show the disk caching in the list but will show you that it is used in the top summary. – spydon Nov 06 '13 at 09:12
-
thanks guys, mysqld using 70% of RAM. – MONTYHS Nov 06 '13 at 09:16