03-09-04 05:34 PM
In article <7960d3ee.0403090654.20a64e42@posting.google.com>,
dfreybur@yahoo.com (Doug Freyburger) wrote:
> Pascal Perrot wrote:
>
> AIX uses a lazy algorthym to assign disk space to pages. Disk copies are
> not mapped until it is actually needed to put the page onto disk. If the
> difference is large, the virtual size just might be measuring the disk
> resident part instead of the total.
You have it backward -- "resident" means "resident in main memory".
The reason why resident size can be larger than virtual size is because
VSZ typically only counts the data and stack segments. But portions of
the text segment also have to be in main memory for the program to run,
and it's possible for this to exceed the amount of data/stack memory.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
[ Post a follow-up to this message ]
|