From: Vahe Y. Avedissian

Subject: acl4.3 build parameters

Date: 1996-7-2 23:57


Hi,

I am building a new image of acl4.3 with the following
parameter setting:

=================================================
#! /bin/sh -e

build/install_lisp binary=acl4.3 clim2=yes composer=yes \
        estimated_max_heap_size0m ffholem initial_oldspace0m \
        newspace0m oldspace0m clim2xm=yes \
        config_debug=yes
====================================================

My problem is that these setting seem to produce an image
that is unstable. It often will die with a killed message
but no warnings or errors produced.

I am running on an sgi Indy running Irix 5.3 with plenty of
main memory and swap.

Chapter 19 in the Allegro manual does not describe the
parameters to build allegro cl in sufficient detail for
me to understand where the incompatibility is.

With default parameters, acl4.3 builds and runs fine. WE
often do dumps with huge image data loaded in and that
is why I am specifying the large heap and other
space values.

Any suggestions?

Thanks,


Vahe'