Re: [Axiom-developer] How to allocate more space for Axiom on Windows

2007-02-04 Thread William Sit
Thanks, Waldek. I tried as you suggested; the allocate produces a system error unless I use a very small number. Nonetheless, the CONS type space seems to have 20 even though there is an error message. However, when I run the computation, it stops again. So I am not sure if I got any extra spa

Re: [Axiom-developer] How to allocate more space for Axiom on Windows

2007-02-03 Thread Gregory Vanuxem
Le samedi 03 février 2007 à 16:02 -0500, William Sit a écrit : > On Sat, 03 Feb 2007 15:41:57 -0500 > William Sit <[EMAIL PROTECTED]> wrote: > >>> System error: > >The storage for CONS is exhausted. > >Currently, 82689 pages are allocated. > >Use ALLOCATE to expand the space. > > > >Can

Re: [Axiom-developer] How to allocate more space for Axiom on Windows

2007-02-03 Thread William Sit
On Sat, 03 Feb 2007 15:41:57 -0500 William Sit <[EMAIL PROTECTED]> wrote: >> System error: The storage for CONS is exhausted. Currently, 82689 pages are allocated. Use ALLOCATE to expand the space. Can any one tell me how to increase the space? Exactly how big is one page? I have 2GB RAM

Re: [Axiom-developer] How to allocate more space for Axiom on Windows

2007-02-03 Thread Waldek Hebisch
William Sit wrote: >>> System error: >The storage for CONS is exhausted. > Currently, 82689 pages are allocated. > Use ALLOCATE to expand the space. > > Can any one tell me how to increase the space? Exactly how > big is one page? I have 2GB RAM. Is it possible to allocate > the max to Axi

[Axiom-developer] How to allocate more space for Axiom on Windows

2007-02-03 Thread William Sit
I was trying to solve a homogeneous parametric linear system (9 by 9) with 18 parameters that Dhagash Mehta <[EMAIL PROTECTED]> recently sent me. The coefficient matrix is: (1) -> )library PLEQN ParametricLinearEquations is now explicitly exposed in frame initial ParametricLinearEquations wi