由于OutOfMemory错误,无法在Websphere 8.0上部署应用程序

时间:2013-07-09 12:14:31

标签: websphere

当我开始部署我的应用程序时,构建成功但安装时出现以下错误:


 [exec] JVMDUMP039I Processing dump event "systhrow", detail "java/lang/OutOfMemoryError" at 2013/07/09 13:55:51 - please wait.

 [exec] JVMDUMP013I Processed dump event "systhrow", detail "java/lang/OutOfMemoryError".
 [exec] WASX7017E: Exception received while running file "deployStartApp_DEV1.py"; exception information: com.ibm.websphere.management.application.client.AppDeploymentException: com.ibm.websphere.management.application.client.AppDeploymentException:  [Root exception is java.lang.OutOfMemoryError: Java heap space]
 [exec] java.lang.OutOfMemoryError: java.lang.OutOfMemoryError: Java heap space

我尝试增加堆大小,但它没有帮助。有人可以帮帮我吗?我找不到在WebSphere 8.0

上部署的解决方案

1 个答案:

答案 0 :(得分:4)

由于我了解您使用wsadmin进行部署,因此您可能希望使用以下内容:

wsadmin.bat -javaoption –Xms256m -javaoption –Xmx768m

调用wsadmin命令时。 有关此herehere的更多信息。