Raymond Toy <[EMAIL PROTECTED]> writes:

> o Try to allocate the necessary space in the Lisp heap and have C use
>   that instead.  There's some sample code in the User's manual showing
>   how this can be done.
>

Hi,

Yes, allocating the required space in the Lisp heap does the trick.
Using MAKE-ARRAY, SYSTEM:WITHOUT-GCING, SYSTEM:VECTOR-SAP, and a 
dynamic space of 1500 MB's, my program can get the required 1.3 GB's
of memory to finish the monster hierarchical clustering.  

Many thanks to Florian and Raymond for taking time to answer my question.

Best wishes,

-cph


Reply via email to