>>>>> "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

Reply via email to