352262 发表于 2017-5-28 06:04:25

HP-UX: java.lang.OutOfMemoryError: unable to create new native thread

在HP-UX上启动Tomcat的时候有如下错误
java.lang.OutOfMemoryError: unable to create new native thread

解决办法:
1.查看当前系统运行的最大线程数:
kmtune -q max_thread_proc

2.增大最大线程数:
kmtune -s max_thread_proc=998
或者
sam->Kernel Parameters->Configurable Parameters->max_thread_proc
需要重新启动机器
页: [1]
查看完整版本: HP-UX: java.lang.OutOfMemoryError: unable to create new native thread