论坛首页 Java企业应用论坛

Out of memory error of websphere process server

浏览 2386 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2007-12-18  
SOA

Problem:

Out of memory error jump when creating deployment management profile for websphere process server by using the pcatAIX.bin.

Cause:

java's max memory size is too small to run to the end.

Solution:

 Increase the -Xmx  parameter of the java, run java pcat.jar directly as below.

../../java/jre/bin/java -cp :pcat.jar: -Dtemp.dir=/tmp/ -Dis.jvm.home=/opt/IBM/WebSphere/ProcServer/bin/ProfileCreator_wbi/../../java -Dis.jvm.temp=1 -Dis.media.home= -Dis.launcher.file=/opt/IBM/WebSphere/ProcServer/bin/ProfileCreator_wbi/pcatAIX.bin -Dis.jvm.file=/tmp/isjFTmbUb -Dis.external.home=/opt/IBM/WebSphere/ProcServer/bin/ProfileCreator_wbi -Xms20m -Xmx4000m run

-Xmx4000m means the most available memory size.

论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics