Subject: Re: Swap space not used? - was Re: KDE compile fails on port-arm32
To: None <dmillen@largesalad.co.uk, wulf@ping.net.au>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-help
Date: 09/24/1998 05:34:19
"swap" swaps out whole processes. What you need to do is raise the
process limits for your shell. In Bourne-style shells:

	ulimit -as
	ulimit -d unlimited
	ulimit -l unlimited
	ulimit -as

then "make". The csh equivalent is

	limit
	limit data unlimited
	limit memorylocked unlimited
	limit