-Xss: Stack size too large
956919Aug 21 2012 — edited Aug 21 2012There is a requirement of high stack size in the application but when I try to set the stack size > 128m , I get the below error
[ERROR] Argument error: -Xss130m
[ERROR] -Xss: Stack size too large
Could not create the Java virtual machine.
Is there a upper limit of 128m on stack size. The Jrockit version is 64 bit.
Please help