Java: Unable to create new native thread

前端 未结 7 768
执念已碎
执念已碎 2020-11-28 10:25

I have a Java application that is hosted on by a web hosting company. Every few days my app goes down with:

[2011-03-09 15:52:14,501] ERROR http-12021-9 
ja         


        
7条回答
  •  离开以前
    2020-11-28 10:48

    Did you do any memory tracking? Fire up jconsole and watch or log your memory consumption over a 24 hour period. If it (on average) goes up without coming back down, then you are running out of memory and possibly have insufficient memory to store the details of your new thread.

提交回复
热议问题