How to use ALLOCATE to expand the space in maxima?
Subject: How to use ALLOCATE to expand the space in maxima?
From: Jin-song Sheng
Date: Mon, 27 Aug 2007 11:35:45 +0800
Dear all
I tried to process the attached file (16to4.mac) in batch mode by typing
maxima -b 16to4.mac
in my gnome-terminal. But after several tens of minutes, I got the
following message:
=====================================================
Maxima encountered a Lisp error:
Error in PROGN [or a callee]: The storage for CONS is exhausted.
Currently, 91277 pages are allocated.
Use ALLOCATE to expand the space.
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
=====================================================
It seems that the storage allocated for the function CONS is not enough,
But I don't know
how to expand the space in maxima, Can anyone help me ! Thank you in
advance!
PS:
1. My OS is Ubuntu dapper , the maxima version on my machine is 5.9.2 ;
2. the file 16to4.mac is designed to reduce a 16-variable linear
equation set to a 4-variable linear
equation set using the eliminate function.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 16to4.mac
Url: http://www.math.utexas.edu/pipermail/maxima/attachments/20070827/5989d60a/attachment.diff