在HPUNIX上,WebLogic配置了Connection Pool等资源之后,weblogic启动报错误:OutOfMemory unable to create new native thread
原因:hpunix的kernel参数max_thread_proc过小 ,默认为64
处理方法: 使用sam修改参数,将max_thread_proc修改为1024
本文介绍在HP-UX操作系统中部署WebLogic应用服务器遇到内存溢出问题的具体原因及解决办法。主要是由于系统内核参数max_thread_proc设置过小导致,通过调整该参数解决了WebLogic启动时报错的问题。
在HPUNIX上,WebLogic配置了Connection Pool等资源之后,weblogic启动报错误:OutOfMemory unable to create new native thread
原因:hpunix的kernel参数max_thread_proc过小 ,默认为64
处理方法: 使用sam修改参数,将max_thread_proc修改为1024

被折叠的 条评论
为什么被折叠?