If Java application has a memory leak, the JVM would eventually run out of memory and flag, right? -
i think answer question should yes...but guess i'm not sure, since i'm asking it:)
i'm trying determine if webapp has memory leak somewhere. if memory usage continues increase, out of memory error should produced eventually, right?
yes.
if have substantial leak outofmemoryerror.
although, if have small leak, it's possible run long time without running out of memory. depends on size of leak, heap size, , how long servers run before update or restart.
Comments
Post a Comment