[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Axiom-developer] help with Aldor categories, graphs and finite grap
From: |
Vanuxem Grégory |
Subject: |
RE: [Axiom-developer] help with Aldor categories, graphs and finite graphs. |
Date: |
Thu, 15 Sep 2005 13:56:58 +0200 |
Le jeudi 15 septembre 2005 à 05:57 -0400, Page, Bill a écrit :
> On Thursday, September 15, 2005 5:22 AM I wrote:
>
> > ...
> > Yes, I think you are right. I changed the short name (abbreviation=
> > file name?) of my Aldor category from upper case to lower case and
> > now it **sometimes** works. See:
> >
> > http://wiki.axiom-developer.org/SandBoxCategoryOfGraphs
> >
> > But often when I try to save this page I get:
> >
> > >> System error:
> > Contiguous blocks exhausted.
> > Currently, 1354 pages are allocated.
> > Use ALLOCATE-CONTIGUOUS-PAGES to expand the space.
> >
>
> In several tests, it seems like the Axiom/lisp command:
>
> )lisp (si::allocate-contiguous-pages 3000 t)
>
> might cure the problem. If this is a memory allocation problem,
> then perhaps this can be specified as larger default when the
> Axiom build build compiles GCL? Does anyone know the correct
> build parameter to set?
Change in Makefile.linux
GCLOPTS="--enable-vssize=65536*2 --enable-statsysbfd
--enable-maxpage=128*1024"
to
GCLOPTS="--enable-vssize=65536*2 --enable-statsysbfd
--enable-maxpage=256*1024"
Cheers,
Greg
>
> Regards,
> Bill Page.
> _______________________________________________
> Axiom-developer mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/axiom-developer
>
- RE: [Axiom-developer] help with Aldor categories, graphs and finite graphs., (continued)
- RE: [Axiom-developer] help with Aldor categories, graphs and finite graphs., Page, Bill, 2005/09/15
- RE: [Axiom-developer] help with Aldor categories, graphs and finite graphs., Page, Bill, 2005/09/15
- RE: [Axiom-developer] help with Aldor categories, graphs and finite graphs., Page, Bill, 2005/09/15
- RE: [Axiom-developer] help with Aldor categories, graphs and finite graphs.,
Vanuxem Grégory <=
- RE: [Axiom-developer] help with Aldor categories, graphs and finite graphs., Page, Bill, 2005/09/15
- RE: [Axiom-developer] help with Aldor categories, graphs and finite graphs., Page, Bill, 2005/09/15
- RE: [Axiom-developer] help with Aldor categories, graphs and finite graphs., Page, Bill, 2005/09/15
- RE: [Axiom-developer] help with Aldor categories, graphs and finite graphs., Page, Bill, 2005/09/15