STACKOVERFLOWERROR: CAUSES & SOLUTIONS – Fast thread
There might be legitimate reason where a threads stack size needs to be increased. Maybe thread has to execute large number of methods or lot of local variables/created in the methods thread has been executing. In such circumstance, you can increase the thread's stack size using the JVM argument: '-Xss'. This argument needs to be passed when you start the application. Example:
Read full article from STACKOVERFLOWERROR: CAUSES & SOLUTIONS – Fast thread
No comments:
Post a Comment