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 > [email protected] > http://lists.nongnu.org/mailman/listinfo/axiom-developer > _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
