2

Websphere Application Server バージョン 8 にアプリケーションをデプロイしているときに、次のエラーが発生します。

SystemErr     R Exception in thread "server.startup : 0" com.ibm.websphere.management.application.client.AppDeploymentException:  [Root exception is java.lang.OutOfMemoryError]Exception in thread "Default : 1" java.lang.OutOfMemoryErrorjava.lang.OutOfMemoryErrorException in thread "ORB.thread.pool : 2" java.lang.OutOfMemoryError

このエラーを解決するにはどうすればよいですか?

4

1 に答える 1

4

解決:

Websphere Application Server (WAS) では、サーバーを起動して管理コンソールを開き、次の場所に移動してこれを行います。

Servers -> [Server Type] -> [ServerName] -> Java and Process Management -> Process Definition -> Java Virtual Machine -> 初期ヒープ サイズと最大ヒープ サイズを適宜調整します。

ここに画像の説明を入力

詳細はこちら: WebSphere アプリケーションでのメモリの問題の解決

于 2015-01-05T01:28:40.827 に答える