>>>>> "Sam" == Sam Steingold <[EMAIL PROTECTED]> writes:

    Sam> dynamic-space-size is limited by 2047MB.

Are you using Solaris?  That's the only one I know of that has a heap
this large.  It's supposed to go up to 2800 MB.

    Sam> Is there a way to have a larger heap, say, 4GB?

You can make it larger, but not 4GB.  There has to be room for the
other spaces, C stuff, shared libraries, and the C stack.  Might be
possible to get up to about 3.5 GB or so but you'll have to hack up
your own version and move the spaces around and resize them.

Of course, a 64-bit version wouldn't have this limitation, but there
is no 64-bit version. :-)

Ray


Reply via email to