bluepopopo 发表于 2013-2-7 13:04:51

理解OutOfMemoryError: unable to create new native thread

最近碰着了java.lang.OutOfMemoryError: unable to create new native thread,籍由这个机会尝试深入理解这个问题。

原因是创建过多thread引出的问题,JVM此时无法再创建出更多的线程。这里的解释还是比较靠谱的

<div class="quote_title">引用
页: [1]
查看完整版本: 理解OutOfMemoryError: unable to create new native thread