From owner-freebsd-hackers Wed Mar 26 03:01:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA02926 for hackers-outgoing; Wed, 26 Mar 1997 03:01:38 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA02918 for ; Wed, 26 Mar 1997 03:01:35 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id DAA11994; Wed, 26 Mar 1997 03:01:07 -0800 (PST) Message-Id: <199703261101.DAA11994@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: Bruce Evans cc: brianc@netrover.com, freebsd-hackers@FreeBSD.ORG Subject: Re: binary/resident size In-reply-to: Your message of "Wed, 26 Mar 1997 18:45:14 +1100." <199703260745.SAA01189@godzilla.zeta.org.au> From: David Greenman Reply-To: dg@root.com Date: Wed, 26 Mar 1997 03:01:07 -0800 Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> 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