Subject: Re: Applix / not enough memory
To: None <current-users@NetBSD.ORG>
From: Christos Zoulas <christos@deshaw.com>
List: current-users
Date: 08/30/1996 22:38:11
In article <199608231043.NAA00204@pyy.jmp.fi> jmarin@pyy.jmp.fi (Jukka Marin) writes:
>Dear All Again,
>
>I installed another 16 megs on my SS1+, but Applix still says "Not enough
>memory".  Unlimiting things does not help.
>
>Any ideas?
>

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...

christos