0

I am using Websphere and trying to upload a PDF attachment with file size of 51M, it failed with java.lang.OutOfMemoryError: java heap space.

Can someone help me out to check that issue?

trincot
  • 317,000
  • 35
  • 244
  • 286
psisodia
  • 1,117
  • 5
  • 17
  • 36

1 Answers1

0

It seems that your Websphere has insufficient memory configuration. Maybe steps below will help: 1) Find pid of Websphere process

2) Run in shell: jinfo your_pid, find memory configuration: -Xms and -Xmx

3) Find Websphere configuration, and augment memory.

lege
  • 158
  • 11