this question has answer here:
i using websphere , trying upload pdf attachment file size of 51m, failed java.lang.outofmemoryerror: java heap space.
can me out check issue?
it seems websphere has insufficient memory configuration. maybe steps below help: 1) find pid of websphere process
2) run in shell: jinfo your_pid, find memory configuration: -xms , -xmx
3) find websphere configuration, , augment memory.
Comments
Post a Comment