I'm running CMUCL 19A debian release (from unstable) under a 2.6.7 kernel with highmem enabled. It's a laptop wit 2 GB of RAM. Without highmem, the OS only sees ~900 MB of RAM, but with it, it gets the full 2 GB. However, even with this patch enabled, when I start CMUCL with -dynamic-space-size 1280, (lisp::dynamic-space-size) returns 536870912.
Is there any way to make CMUCL use the full memory? Do I have to rebuild from source? If so, how do I do this under Debian? Cheers, rif
