Subject: Re: GENERIC kernel
To: None <jkunz@unixag-kl.fh-kl.de>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 05/28/2001 18:18:36
> On 28 May, Tom Ivar Helbekkmo wrote:
> 
> >> Type "unlimit datasize" before start compiling.
> > ...not to mention before doing a "make build" in /usr/src.  Otherwise,
> > 'make' will barf when it hits lib/libc.
> And if this is still not enough? CVS fails with 
> [...]
> U src/gnu/dist/toolchain/gas/testsuite/gas/tic54x/align.s
> out of memory
> But I allready have set datasize to 24576k, the max. I know that there
> are some limitations of the process size due to the VM system of the
> VAX. So how can I increase the max? The machine is a VS4k90 with 128MB
> RAM. 
> 
Put something like
options	MAXDSIZ="48*1024*1024"
in your config file before recompiling the kernel.

-- Ragge