标签:
接下来,讨论最近在使用该工具安装介质时所遇到的以下问题,编写该博文就算给自己做一总结吧!
1.
在使用installation Manager工具安装其他介质时,提示:Sametime server installation fails with "not enough storage is available to process this command" error
或
Failed to create a thread:retVal -1073741830, error 12
问题分析:
在安装过程中,在使用IBM Installation Manager时,需要的JAVA堆的设置大小需要增加。
解决办法:
A.停止安装,并关闭IBM Installation Manager工具
B.找到IBM Installation Manager工具安装的路径:Installation Manager\eclipse
C. 找到IBMIM.ini文件,使用文本编辑工具打开该文件,并在最后添加:-Xmx1024m (分配JVM最大的内存,取决于硬件物理内存的大小)
D.重新打开IBM Installation Manager工具,并重新进行相应的安装即可
标签:
原文地址:http://www.cnblogs.com/weinan2087/p/4468071.html