This is a discussion on Re: How to avoid heap dumps? - Websphere ; Add the following export statement to the beginning of the startServer.sh script or environment entries: export DISABLE_JAVADUMP=true This should disable the heapdumps being generated. You can also try to bypass the http server by using the http transport to the ...
Add the following export statement to the beginning of the startServer.sh script or environment entries:
export DISABLE_JAVADUMP=true
This should disable the heapdumps being generated.
You can also try to bypass the http server by using the http transport to the server.
*Matt Munse*
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM.