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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -