From owner-freebsd-doc Fri Jul 14 1:48:49 2000 Delivered-To: freebsd-doc@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id CBC4637C0D2; Fri, 14 Jul 2000 01:48:42 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id BAA02038; Fri, 14 Jul 2000 01:48:30 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id BAA11178; Fri, 14 Jul 2000 01:48:00 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000714102522.A61949@mithrandr.moria.org> Date: Fri, 14 Jul 2000 01:48:00 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Neil Blakey-Milner Subject: Re: FAQ addition Cc: freebsd-doc@FreeBSD.ORG, Nik Clayton , Ben Smithurst Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 14-Jul-00 Neil Blakey-Milner wrote: > On Thu 2000-07-13 (21:34), Ben Smithurst wrote: >> I'm intending to add something like this, >> >> --- book.sgml 2000/07/11 21:36:22 1.70 >> +++ book.sgml 2000/07/13 20:32:50 >> @@ -8411,6 +8411,20 @@ >> >> >> >> +Why does top show very little free memory when I >> +have very few programs running? >> + >> +The simple answer is that free memory is wasted memory. >> +Any memory that your programs don't actively allocate is used >> +within the FreeBSD kernel as disk cache. The values shown by >> +top labelled as Inact, >> +Cache, and Buf are all >> +cached data at different aging levels. You actually want as little >> +Free memory as possible. This actually is not quite true. You don't want 0 free memory. :) A better way to phrase this might be to explain that the cached data allows the system to use up available free memory to remember things that it has recently used allowing it to avoid having to use the slow disk as often, and thus increasing performance. Free memory is the memory left over after the caching. Or something along those lines. >> + >> + >> + >> + >> Why use (what are) a.out and ELF executable formats? >> >> >> My only worry is that it's not detailed enough. Perhaps I could search >> the -questions archive to find other answers from the past and combine >> bits from them all... I'll look at that shortly. > > Oooh, another person foolish enough to attempt to rein in the FAQ. ;) > > Actually, that looks good. > > I'd prefer instead of . > > Also instead of . My (limited) understanding is > when you're talking about a program or group of programs, it's > , and if you're talking about a somewhat specific command > (like "rm -rf /"), it's . You could just skip that, and use > &man.top.1; *grin*. That's they way I read and , too. However, we always use the man..1 entities when referring to Un*x commands, so &man.top.1; is probably the best choice. > Nik, can you give me a refresher? (: > > Neil > -- > Neil Blakey-Milner > Sunesi Clinical Systems > nbm@mithrandr.moria.org > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" in the body of the message -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message