Subject: Re: Increasing per-process memory limits
To: Gan Uesli Starling <alias@starling.us>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-help
Date: 09/29/2004 15:04:58
In article <20040929191748.22956.qmail@mail_102.selectedhosting.com>,
	alias@starling.us (Gan Uesli Starling) writes:
> I upgraded my NetBSD machine 'baal' with a new CPU, motherboard
> and RAM. With 4GB now available, how do I increase my per-process
> memory limits. 

If the methods reed posted prove inadequate, you can also increase
MAXDSIZ.  The default on i386 is 1GB; without increasing that, you
can't mmap() a file any larger than 1GB, no matter how much memory
you have. (See options(4), <machine/vmparam.h>.)


Frederick