Lisp - expanding space for Maxima in Windows



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