Re: maximum dynamic-space-size

Raymond Toy <[email protected]> Tue, 05 Jan 2016 16:14:55 -0800
Newsgroups gmane.lisp.cmucl.general
Message-ID <[email protected]>
>>>>> "Matt" == Matt Kaufmann <[email protected]> writes:

    Matt> Hi --
    Matt> Is there an easy way to figure out the maximum value that can be
    Matt> supplied for CMUCL command-line option -dynamic-space-size on a given
    Matt> platform?  Or perhaps some special value could be allowed for
    Matt> -dynamic-space-size that means "use the maximum"?

Right now it seems the only way is to specify a huge value for
-dynamic-space-size and cmucl will print out the maximum value:

$ cmulisp -noinit -dynamic-space-size 10000
-dynamic-space-size must be no greater than 1632 MBytes.

(This is the result from my linux box.)

But maybe if -dynamic-space-size is 0, we can just use the max.

--
Ray

_______________________________________________
cmucl-help mailing list
[email protected]
http://lists.zs64.net/mailman/listinfo/cmucl-help