Camm, On November 1, 2005 11:47 AM you wrote: > ... > > > > # uname -a > > Linux axiom-developer.org 2.6.11.10-RH1956 #9 SMP > > Fri May 20 20:48:44 CDT 2005 i686 i686 i386 GNU/Linux > > > > This is a recent kernel. The stack placement is probably a > kernel configuration option (I hope -- we still run 2.4).
Do you think stack placement could have something to do with running as a shared virtual server? > > > > Ok. Here is the output of (room) in the case of setting > > si::allocate-contiguous-pages, see: > > > > http://wiki.axiom-developer.org/SandBoxCategoryOfGraphs > > > > )lisp (room) > > 1528/1528 59.3% 4 CONS RATIO LONG-FLOAT COMPLEX STRUCTURE > > 94/200 99.9% FIXNUM SHORT-FLOAT CHARACTER > > RANDOM-STATE READTABLE SPICE > > 340/500 75.9% SYMBOL STREAM > > 1/8 23.1% PACKAGE > > 65/400 99.0% ARRAY HASH-TABLE VECTOR BIT-VECTOR > > PATHNAME CCLOSURE CLOSURE > > 500/500 53.3% 1 STRING > > 195/331 99.8% 2 CFUN BIGNUM > > 40/115 97.6% SFUN GFUN VFUN AFUN CFDATA > > 3000/3000 2 contiguous (237 blocks) > > 1476 hole > > 1000 73.5% 1 relocatable > > 2763 pages for cells > > 8239 total pages > > 116036 pages available > > 6797 pages in heap but not gc'd + pages needed for > > gc marking > > 131072 maximum pages > > Value = NIL > > > > You have plenty of room here. Is this before or after running > the job which required the allocate-contiguous-pages? It is after running the job. If I omit the call to allocate-contiguous-pages, then I get the following error message: >> System error: Contiguous blocks exhausted. Currently, 1354 pages are allocated. Use ALLOCATE-CONTIGUOUS-PAGES to expand the space. and Axiom aborts. Regards, Bill page. _______________________________________________ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer