Thread: Apache Memory

View Single Post
  #2 (permalink)  
Old 18th June 2007, 09:36 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash, Perl, Python
Posts: 3,195
Thanks: 13
Thanked 394 Times in 292 Posts
Rep Power: 10
nixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond repute
Default

Welcome to forum!

Yes it is very common on Linux and UNIX commands to consume all free memory. Basically OS caches all frequently used files in memory and server them from memory. Here is output from my system:

Code:
free -m
Output:
Code:
  total       used       free     shared    buffers     cached
Mem:          2008       1595        412          0         58        718
-/+ buffers/cache:        818       1189
Swap:         1027          0       1027
My system load
Code:
uptime
Output:
Code:
 11:03:29 up 137 days, 11:23,  1 user,  load average: 0.16, 0.10, 0.09
Look at the buffers/cache line. In short as long as your load is below 5 (<5) and disk i/o under control nothing to worry
__________________
Vivek Gite
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Do you run a Linux? Let's face it, you need help!
Cricket & IPL News Blog
Reply With Quote