Return-Path: <John.Harrison-request@cl.cam.ac.uk>
Delivery-Date: 
Received: from leopard.cs.byu.edu (no rfc931) by swan.cl.cam.ac.uk 
          with SMTP (PP-6.5) outside ac.uk; Thu, 18 Nov 1993 20:44:04 +0000
Received: by leopard.cs.byu.edu (1.37.109.7/16.2) id AA08341;
          Thu, 18 Nov 93 13:16:42 -0700
Sender: info-hol-request@leopard.cs.byu.edu
Errors-To: info-hol-request@leopard.cs.byu.edu
Precedence: bulk
Received: from amber.ccs.neu.edu by leopard.cs.byu.edu 
          with SMTP (1.37.109.7/16.2) id AA08337; Thu, 18 Nov 93 13:16:34 -0700
Received: from highpoint.ccs.neu.edu by amber.ccs.neu.edu (4.1/SMI-4.1) 
          id AA18366; Thu, 18 Nov 93 15:14:18 EST
Date: Thu, 18 Nov 93 15:14:18 EST
From: Gene Cooperman <gene@ccs.neu.edu>
Message-Id: <9311182014.AA18366@amber.ccs.neu.edu>
To: info-hol@leopard.cs.byu.edu, kcl@cli.com, windley@leopard.cs.byu.edu
Subject: Re: AKCL space problems

You probably need to re-build AKCL for a larger size.  If, for example,
your architecture is sun4, you need to modify sun4.h.
Near the top, increase the values of MAXPAGE (heap size) and
VSSIZE (stack size).  The unit is a page (usually 2 Kb).  There is
a small space overhead at load time, proportional to the sizes you set.
Setting them to powers of two is safest.  Then call 'add-defs sun4'
again.  (This last step may not be necessary.)  Then 'touch c/*.c'
(or selectively touch those C files using these constants).
Then 'make -f Smakefile' to re-make AKCL.		- Gene Cooperman
