使用管理控制台增加传统 Websphere Application Server (WAS) 8.5 中的堆大小?

Increasing the heap size in a traditional Websphere Application Server (WAS) 8.5 using the administration console?

尝试 运行 大型 EAR 应用程序时进行堆转储。需要增加堆大小。它不是自由服务器。

通过管理控制台找到了答案。

Login to Administration console

Expand servers -> Websphere application servers -> Click on your server name (eg: server1)

Expand Java and Process Management under Server Infrastructure (in configuration tab)

Click on Process definition -> Java virtual machine

Update Initial heap size & Maximum heap size as required.

Apply and save the changes

Restart the Server

.