Re: RMCL heap size

Shannon Spires <[email protected]> Wed, 2 Feb 2011 08:07:21 -0700
Newsgroups gmane.lisp.mcl.general
Message-ID <[email protected]>
RMCL is a 32-bit application.If you need more heap, switch to 64-bit  
OpenMCL.

----
Shannon Spires


On Feb 2, 2011, at 2:05 AM, Sandro Pedrazzini <[email protected] 
 > wrote:

> Hi,
>
> Does anybody know if there is a way to enlarge the RMCL 5.2 heap size
> to more than 1GB?
>
> I used to enlarge it this way to about 1 GB
>
> (let* ((handle (#_NewHandle 4)))
>  (setf (%hget-unsigned-long handle 0) 1030000000)
>  (save-application "bigger-rmcl" :resources `((,handle "NSIZ" 1))))
>
> But trying to specify bigger values, the application crashes.
> Are there other ways?
>
> Best regards
> Sandro
>
> _______________________________________________
> info-mcl mailing list
> [email protected]
> http://clozure.com/mailman/listinfo/info-mcl
>
_______________________________________________
info-mcl mailing list
[email protected]
http://clozure.com/mailman/listinfo/info-mcl