[plug] Process memory usage

Nick Bannon nick at ucc.gu.uwa.edu.au
Thu Jan 7 18:06:04 WST 1999


On Thu, Jan 07, 1999 at 04:22:14PM +0800, Christian wrote:
> Just a quick question:
> 
> neptune:~# ps aux | egrep 'ishopper|PID'
> USER       PID %CPU %MEM  SIZE   RSS TTY STAT START   TIME COMMAND
> ishopper 26684  0.1  6.8 19996  2116   4 S    15:13   0:01 /logs/java/bin/../bin
> 
> Does this mean that the third process there is using up 20 megabytes of
> RAM?
[...]

Not to worry - most of that is apparently unused mmap() area which doesn't
actually take up your RAM or swap space. The RSS shows how much actual
RAM it's currently taking up (a much more reasonable 2MB).

Nick.

-- 
  Nick Bannon  | "I made this letter longer than usual because
nick at it.net.au | I lack the time to make it shorter." - Pascal


More information about the plug mailing list