Re: Increasing dynamic-space-size
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Michael" == Michael A Koerber <[email protected]> writes: Michael> All, Michael> I'm currently using CMUCL "lisp ... -dynamic-space-size 1024 Michael> However, I'd like to be able to run at a higher limit (at least 1800 Michael> to 2000 for the problem at hand). Is this possible (i.e., not too hard)? Michael> Or should I seek other alternatives? I don't know what the limits for 19b are, but comments say you could have 2 GB, but it seems only 1 GB is actually compiled in. If so, you'll have to compile a new version to increase this limit. Or ask your friendly FreeBSD builder to do it for you---I don't have a FreeBSD system to do it myself. Ray