Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 1996 14:47:31 -0500 (EST)
From:      "John S. Dyson" <toor@dyson.iquest.net>
To:        nirva@mail.zynet.com (Danny Dulai)
Cc:        freebsd-questions@freebsd.org
Subject:   Re: VSZ, RSS, and -STABLE
Message-ID:  <199605181947.OAA00359@dyson.iquest.net>
In-Reply-To: <199605181759.LAA03434@ns1.zynet.com> from "Danny Dulai" at May 18, 96 11:59:10 am

next in thread | previous in thread | raw e-mail | index | archive | help
> what exactly does the VSZ column in ps aux mean?  I am told
> that its the total ram a process takes up and RSS is how much
> memory is in the core, but my ps aux output shows about half
> the processes with a larger RSS than VSZ.
> 
VSZ is the total virtual space in a process (.text+.data+.bss+sbrk),
but DOES NOT INCLUDE mmaped regions including shared libs.  Shared
libs or other mmapped regions is the reason that the resident size
is bigger than the virtual size.  The RSS DOES include all currently
mapped pages.

John
dyson@freebsd.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605181947.OAA00359>