Michel Talon wrote:
> Hello,
>
> I am running out of heap size with maxima compiled with cmucl (running on
> Linux). I get
>
> *A2 gc_alloc_large failed, nbytes=248.
> CMUCL has run out of dynamic heap space (512 MB).
> You can control heap size with the -dynamic-space-size commandline option.
>
I think the easiest way is to modify the maxima script and just put
-dynamic-space-size there, say, before the -quiet option.
I don't think maxima currently has a way of specifying such
implementation-specific options. It looks like all such extra options
are treated as options to maxima, not the underlying lisp.
Perhaps there should be a way to specify these?
Ray