Subject: Re: Applix / not enough memory
To: Christos Zoulas <christos@deshaw.com>
From: Rob Healey <rob-healey@norstar.com>
List: current-users
Date: 08/31/1996 03:26:25
> Ok, I spent some time on the problem [I decided to first fix the Solaris
> emulation before I looked at the `Not enough memory' problem], and I found
> the cause...
>
> edit /usr/src/sys/arch/sparc/include/vmparam.h and change MAXTSIZ from
> (8*1024*1024) to (32*1024*1024); rebuild your kernel.
>
> axmain is almost 11M of text...
>
Would it be possible to add a
options MAXTSIZE="(8*1024*1024)" or something similar to the config
file? I noticed vmparam.h does a check to see if it's already defined
before setting it to 8M.
-Rob