HP-UX下无法启动WebLogic 报错OutOfMemoryError

HP-UX下启动WebLogic 8.1 SP4时,报错:

Throwable: java.lang.OutOfMemoryErro: unable to create new native thread

WebLogic 8.1 SP4 的 Supported Configurations文档里已经在Known Issues一节说明了这个问题。需要调整HP-UX的几个内核参数:

  • max_thread_proc -> 1024
  • maxfiles -> 256
  • maxusers -> 256
  • nkthread -> 3635
  • nproc -> 2068
  • ncallout -> 2084

Ref: http://e-docs.bea.com/…/hpux11_risc/81sp4.html#80105

0 Responses to “HP-UX下无法启动WebLogic 报错OutOfMemoryError”


  1. No Comments

Leave a Reply