Page 1 of 1

Solve StackOverflowError

Posted: Sun Oct 31, 2004 1:51 am
by Anonymousss
Does anyone know how do I expand the Virtual Machine's Stack? Is it possible?

Many recursive solutions require a bigger Stack than the JVM offers, so I'm wondering if it is possible to increase the space of the Stack.

If anyone's got an answer send me an email: mar.vermelho@terra.com.br


thx

Posted: Mon Nov 01, 2004 4:34 pm
by george
Hi,

Your question is off topic here. This forum is for oXygen XML Editor new features.

It is possible to specify the stack size in Java using a non-standard JVM option. Run

java -X

for details.

The option is -Xss.

Best Regards,
George