* Chisheng Huang: > Does anybody know why a C function called from CMUCL can not allocate as > much memory as a C function invoked from a Unix shell?
On my machine, CMUCL allocates 1.3 GB of address space. Your application needs another 1.3 GB of address space. Ony my machine, the per-process address space limit is at 3 GB, maybe it's lower on yours?
