Misc: Analyzing Memory Leak in Java Applications using VisualVM
Introduction Memory Leak is a decease and OutOfMemoryError (OOM) is the symptom for that. However all OOM doesn’t necessarily implies Memory Leak. OOM can happen due to the generation of large number of local variables – particularly with large number of
rejeev.blogspot.com |