How to fix java heap space error?

jamerober

Member
My application crashes with java heap space error under normal load looks like an OutOfMemoryError. I’m not sure whether to raise the JVM -Xmx, profile for leaks, or refactor the code. What practical steps helped you identify and fix heap issues?
 
Back
Top