Subject: Re: swap partition (was: uvm_faults)
To: Claude Marinier <claude.marinier@dreo.dnd.ca>
From: Matthias Buelow <mkb@mukappabeta.de>
List: netbsd-help
Date: 12/11/2001 16:03:22
Claude Marinier writes:

>May I ask why your swap partition is so large? It seems very large to me.
>You now have 1.5 GB virtual memory. This may be useful if you have a very
>large /tmp directory mapped to swap, e.g.

Well, considering disks are really cheap, better have too much swap
in the beginning than having to fiddle with vnconfig and friends later
when the first processes have been killed with "out of swap space".
The increased amount of memory used by pagetables when more VM is
managed should be relatively negligible aswell, especially with today's
memory sizes and the i386's ability to swap most pagetables out (dunno
if NetBSD makes use of that in a low mem condition.)

--mkb