axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Memory limit.


From: Fabio S.
Subject: Re: [Axiom-developer] Memory limit.
Date: Thu, 1 Jul 2010 10:23:00 +0200 (CEST)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)


First of all, thanks for having isolated the question in a new thread.

Moreover, let me also say that my question arises from the fact that during some computations axiom aborts, after some hours, with the following error message

--------------
(150) ->

   >> System error:
   The storage for CONS is exhausted.
Currently, 65542 pages are allocated.
Use ALLOCATE to expand the space.
--------------


Using all the ram is another problem: should I post it in a new, different
thread?



What about the RAM? Is it a trivial question?
If I am not wrong, axiom uses only up to 1Gb of RAM: on modern systems this
can be a limit.


AFAIK this limitation has little to do with Axiom, it comes from GCL.
IIRC that this is unavoidable using GCL 2.6.7. When using GCL 2.6.8
I think it is possible to enlarge the limit.  This question came out
few years ago and Camm Maguire (main GCL developer) gave the answer.
Either search the list archives or try to contact Camm.

--
                             Waldek Hebisch

Before posting, I searched on the list archives.

Apart of finding a message of myself (in 2008) with the same
problem... :-( I saw that the question is probably related to GCL but I couldn't realize how to solve it.
I tried

)lisp (ALLOCATE 'cons 200000 t))

changing the value in different ways but as long as I can guess from )lisp (room) it doesn't increase the total amount of available RAM (i.e., maximum pages, which is always 262144, that is 1 Gb, if I am not wrong).

So, are you telling that I should install GCL 2.6.8 and after I would be able to increase it? How?

Fabio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]