Re: Installing CMUCL on a remote machine
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
scem geyik wrote: > ulimit -a says : > > core file size (blocks, -c) 0data seg size (kbytes, -d) unlimitedfile size (blocks, -f) unlimitedopen files (-n) 256pipe size (512 bytes, -p) 10stack size (kbytes, -s) 8192cpu time (seconds, -t) unlimitedmax user processes (-u) 192virtual memory (kbytes, -v) 524288 > could this be the problem ? > This is indented weirdly, but if the virtual memory limit is 524288 KB, then you have a problem. The read-only and static spaces combined are 512 MB. Can you increase the virtual memory? It would be best to make it unlimited for this test. If not, I think the best I can do would be to reduce the size of the spaces to something smalller. Ray