Java: Unable to create new native thread

前端 未结 7 769
执念已碎
执念已碎 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:50

    It is the problem with linux to handle no.of open files Give as follows ulimit -n 65536 (any number u can give)

提交回复
热议问题