Subject: Re: Applix / not enough memory
To: Rob Healey <rob-healey@norstar.com>
From: Christos Zoulas <christos@deshaw.com>
List: current-users
Date: 08/31/1996 11:54:05
On Aug 31,  3:26am, rob-healey@norstar.com (Rob Healey) wrote:
-- Subject: Re: Applix / not enough memory

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

You mean "(32*1024*1024)". Yes you can do that too. Maybe changing that
globally to 16M or 32M is better though, so people don't run into it.

christos