Why reduce the size of the Java JVM thread stack?

Posted by djangofan on Stack Overflow See other posts from Stack Overflow or by djangofan
Published on 2010-04-12T16:03:23Z Indexed on 2010/04/12 16:13 UTC
Read the original article Hit count: 279

Filed under:
|
|

I was reading an article on handling Out Of Memory error conditions in Java (and on JBoss platform) and I saw this suggestion to reduce the size of the threadstack. Can anyone explain how "reducing" the size of threadstack will help with a max memory error condition?

http://community.jboss.org/wiki/OutOfMemoryExceptions

© Stack Overflow or respective owner

Related posts about java

Related posts about threads