public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Memory, where's it going?
@ 2005-12-28  8:45 Shaun
  2005-12-28  8:53 ` DervishD
  0 siblings, 1 reply; 6+ messages in thread
From: Shaun @ 2005-12-28  8:45 UTC (permalink / raw)
  To: linux-kernel

I have a server with 8GB of RAM thats running 2.6.14.3 with the UML Ska's 3 
Patch.   It seams the system is eating more and more memory everyday but i 
cant seam to figure out where it's going.

I free shows the following...
[root@hostXXX ~]# free
             total       used       free     shared    buffers     cached
Mem:       8312484    8040500     271984          0     120664    7734420
-/+ buffers/cache:     185416    8127068
Swap:      4192924       2500    4190424

I see that free shows that 7.7GB is cached and i'm not sure why so much is 
cached.

When running through a ps auxf grabbing VSZ and RSS i get the following 
results...

For VSZ...
[root@hostXXX ~]# TOTAL=0;for i in `ps auxf|awk '{print $5}'`;do TOTAL=$(($i 
+ $TOTAL));done;echo $TOTAL
2459016

For RSS...
[root@hostXXX ~]# TOTAL=0;for i in `ps auxf|awk '{print $6}'`;do TOTAL=$(($i 
+ $TOTAL));done;echo $TOTAL
2239188

Anybody have any idea what is going on here?

-- 

~Shaun 




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-12-28 16:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-28  8:45 Memory, where's it going? Shaun
2005-12-28  8:53 ` DervishD
2005-12-28  9:06   ` Shaun
2005-12-28  9:55     ` DervishD
2005-12-28 14:00       ` Tommy Reynolds
2005-12-28 16:41         ` DervishD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox