Lisp - expanding space for Maxima in Windows



Hi,

I was searching for similar problem.
Here is what I have found :
http://fraktal.republika.pl/doc/maxima%20error%20codes.txt
http://franz.com/support/tech_corner/lisp-heap-051508.lhtml

You can try running your program from console not wxMaxima.
You can try also killall before runing program


Let me know if you will solve it.


HTH

Adam

Brian Wylie pisze:
> Hi,
> 
> I am running into a Lisp error in wxMaxima on Windows XP:
> 
> Maxima encountered a Lisp error:
>  Error in PROGN [or a callee]: The storage for CONS is exhausted.
> Currently, 14243 pages are allocated.
> Use ALLOCATE to expand the space.
> Automatically continuing.
> To enable the Lisp debugger set *debugger-hook* to nil.
> 
> Searching included help doesn't seem to be useful, and online archives
> turn up a hit in google but doesn't give a solution on how to
> allocate, or how much to allocate. I'm trying to perform the
> following:
> 
> solve([eq1, eq2, eq3, eq4, eq5, eq6, eq7, eq8, eq9], [sx, sy, sz, x0,
> y0, z0, alpha, %beta, gamma]);
> 
> where eq1...eq9 are horribly nonlinear. Suggestions?
> 
> Kind regards,
> Brian