From owner-freebsd-isp Thu Aug 22 01:46:34 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA28035 for isp-outgoing; Thu, 22 Aug 1996 01:46:34 -0700 (PDT) Received: from bunyip.cc.uq.oz.au (daemon@bunyip.cc.uq.oz.au [130.102.2.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA28030 for ; Thu, 22 Aug 1996 01:46:29 -0700 (PDT) Received: (from daemon@localhost) by bunyip.cc.uq.oz.au (8.7.5/8.7.3) id SAA11158; Thu, 22 Aug 1996 18:46:21 +1000 Received: from orion.devetir.qld.gov.au by pandora.devetir.qld.gov.au (8.6.10/DEVETIR-E0.3a) with ESMTP id SAA18992; Thu, 22 Aug 1996 18:47:51 +1000 Received: from localhost by orion.devetir.qld.gov.au (8.6.10/DEVETIR-0.3) id SAA15483; Thu, 22 Aug 1996 18:49:45 +1000 Message-Id: <199608220849.SAA15483@orion.devetir.qld.gov.au> To: pete@pelican.altadena.net (Pete Carah) cc: isp@freebsd.org, syssgm@devetir.qld.gov.au Subject: Re: INN Date: Thu, 22 Aug 1996 18:49:45 +1000 From: Stephen McKay Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In an otherwise informative and interesting article, pete@pelican.altadena.net (Pete Carah) wrote: >My *home* innd (unoff3 right now; to be upgraded) is: >news 195 9.0 11.0 9960 3388 ?? DNs 10Aug96 355:28.50 /usr/lib/news >bin/innd/innd -p4 -r -i0 >or 39 megs virt 15 real. >From the FreeBSD 2.1.5 ps(1) man page: rss the real memory (resident set) size of the process (in 1024 byte units). vsz virtual size in Kbytes (alias vsize) So there's no need for any multiplication by 4Kb on FreeBSD. Picky, I know, but some people seem to be sweating about the actual size of innd. Maybe I should have just sold them some RAM? :-) Stephen.