Solve StackOverflowError

Are you missing a feature? Request its implementation here.
Anonymousss

Solve StackOverflowError

Post 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
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
Post Reply