From owner-freebsd-hackers Wed Jan 10 05:52:28 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA06841 for hackers-outgoing; Wed, 10 Jan 1996 05:52:28 -0800 (PST) Received: from kalypso.iqm.unicamp.br (kalypso.iqm.unicamp.br [143.106.13.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA06833 for ; Wed, 10 Jan 1996 05:52:11 -0800 (PST) Received: (from vazquez@localhost) by kalypso.iqm.unicamp.br (8.6.12/8.6.12/FreeBSD2.1) id LAA19274 for hackers@freebsd.org; Wed, 10 Jan 1996 11:37:54 GMT From: Pedro A M Vazquez Message-Id: <199601101137.LAA19274@kalypso.iqm.unicamp.br> Subject: Re: NFS exporting... (fwd) To: hackers@freebsd.org Date: Wed, 10 Jan 1996 11:37:54 +0000 () X-Organization: Instituto de Quimica - Unicamp X-URL: http://www.iqm.unicamp.br/ X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@freebsd.org Precedence: bulk I believe this should be in the FAQ, shouldn't it? Terry Lambert said: > > > p.p.s. Why does FreeBSD consume far more swap space than Linux? > > It doesn't. You might mean "why does my swap seem full?". If that > is what you really meant, it's because putting stuff in swap rather > than discarding it makes it faster to recover than if the pager had > to go through the file system to pull in clean (unmodified) blocks > from an executable. > > The actual amount of dirty pages that you can have in core at once > is not reduced; the clean pages are displaced as necessary. > > (note: the above is from memory; there was some talk of modifying the > reporting system so as to hide the clean pages as "not present"). > > > Terry Lambert > terry@lambert.org > --- > Any opinions in this posting are my own and not those of my present > or previous employers. > Pedro