From: "Shaun" <mailinglists@unix-scripts.com>
To: linux-kernel@vger.kernel.org
Subject: Memory, where's it going?
Date: Wed, 28 Dec 2005 00:45:29 -0800 [thread overview]
Message-ID: <dotjb6$j8$1@sea.gmane.org> (raw)
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
next reply other threads:[~2005-12-28 8:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-28 8:45 Shaun [this message]
2005-12-28 8:53 ` Memory, where's it going? 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='dotjb6$j8$1@sea.gmane.org' \
--to=mailinglists@unix-scripts.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox