浏览 2386 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-12-18
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. 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |