C
cs5b
I would like to instantiate the java jvm with a larger max heap size.
I use the -Xmx parameter to do so. I have discovered though that the
value you can specify here differs from box to box. I assume its
related to the physical and swap memory. Is there a formula that can
be applied to determine the max value? Can you get around physical
memory limitations by instructing the jvm to utilize swap memory (I am
using linux)?
Cheers -
Christian
I use the -Xmx parameter to do so. I have discovered though that the
value you can specify here differs from box to box. I assume its
related to the physical and swap memory. Is there a formula that can
be applied to determine the max value? Can you get around physical
memory limitations by instructing the jvm to utilize swap memory (I am
using linux)?
Cheers -
Christian