SBCL running out of room?



>>>>> "Henry" == Henry Baker <hbaker1 at pipeline.com> writes:

    Henry> Does anyone know how to ask for more room in SBCL?
    Henry> I'm getting a heap exhausted message.

The sbcl option is "--dynamic-space-size <MB>".  From maxima, you have
to do something like

maxima -X "--dynamic-space-size <MB>"

I don't know what to do if you're running wxMaxima or some other gui.

Ray