RMCL heap size

Sandro Pedrazzini <[email protected]> Wed, 2 Feb 2011 10:05:55 +0100
Newsgroups gmane.lisp.mcl.general
Message-ID <[email protected]>
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