Results 1 to 7 of 7
Hello,
In the first hour that I boot linux, i notice that my physical used RAM is up to 185MB.
But after some hours i noticed that my ram is ...
- 06-19-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 21
My RAM gets higher and higer
Hello,
In the first hour that I boot linux, i notice that my physical used RAM is up to 185MB.
But after some hours i noticed that my ram is up to 360MB. So i close all the program, and saw
that my ram is still like 340MB. Why isn't it back to +- 185MB? Do I sometimes have to run a garbadge collector or something like that?
P.S. 185MB at the beginning is that, high;low; or normal for linux (fedora 11)
Thanks
- 06-19-2009 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Memory doesn't work the same way in Linux or Unix-like systems as it does in Windows. It is considered a bad thing to have memory sitting unused so while it is "free" it is used for application caching. A well configured system should use 85-90% of RAM under normal usage. Cache will be freed as required by "real" needs.
Interestingly since Vista, Microsoft now take this approach also, which is why some people incorrectly say that Vista memory requirements are very high. It is simply a misunderstanding on how memory is managed.
- 06-19-2009 #3
where did u see the memory usage ?
Only if I could understand the man pages
Registered Linux user #492640
OS: RHEL4,5 ,RH 9,Ubuntu
- 06-19-2009 #4
Execute top and free commands to check memory usage.
htop is bit better than top command but its not pre-installed in most of distros. Install htop using package manager of your distro and execute htop command in Terminal.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-19-2009 #5
do these command read the file /proc/meminfo and /proc/cpuinfo
Only if I could understand the man pages
Registered Linux user #492640
OS: RHEL4,5 ,RH 9,Ubuntu
- 06-19-2009 #6Just Joined!
- Join Date
- Jun 2009
- Posts
- 21
Ok thanks for summary of ram use in linux/unix.
I saw my ram space in a gui programe of gnome. It is called system monitor.
- 06-19-2009 #7Just Joined!
- Join Date
- Jun 2009
- Posts
- 21
Hey I downloaded the htop command, nice tool.


Reply With Quote