|
-
June 3rd, 2005, 05:41 AM
#1
How to increase JVM stack size
I need to increase JVM stack size. I have tried using -Xss option, still the application throwing 'Stack Overflow' exception. When i increse stack using EDITBIN /STACK:1048576 java.exe, the test succeeds.
Is there anyway to increase the stack size other than '-Xss' and EDITBIN options?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|