Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 1997 03:01:07 -0800
From:      David Greenman <dg@root.com>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        brianc@netrover.com, freebsd-hackers@FreeBSD.ORG
Subject:   Re: binary/resident size 
Message-ID:  <199703261101.DAA11994@root.com>
In-Reply-To: Your message of "Wed, 26 Mar 1997 18:45:14 %2B1100." <199703260745.SAA01189@godzilla.zeta.org.au> 

next in thread | previous in thread | raw e-mail | index | archive | help
>>	UID   PID  PPID CPU PRI NI   VSZ  RSS WCHAN  STAT  TT       TIME COMMAND
>>	134  2443     1 333  74 20   132   20 -      RN    v1- 5502:24.27 idle
>>
>>It is run as 'idprio 31 nice -20 idle'.
>
>I get an RSS of 24 under -current.  24 is easy to explain:
>
>	1 page text
>	1 page stack
>	1 page page directory
>	1 page page table
>	2 pages user area
>
>I don't know what the big VSZ is for.

   The entire stack virtual size is included and starts out as 128K, thus
128(stack)+4(text) = 132K.

-DG

David Greenman
Core-team/Principal Architect, The FreeBSD Project



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