java - Interpreting Eclipse Memory Analyzer -


i have run 1 of heap file tool , below results of leak hunter. suspect 2 guess due nature pooling connection alive time. cant intepret suspect 1 when press details give long list of following details

java.lang.ref.finalizer @ 0xf5e19670 40 92,688  next java.lang.ref.finalizer @ 0xf5e1a6a8 40 93,024  next java.lang.ref.finalizer @ 0xf5e1bda0 40 122,768    suspect 1.  class "java.lang.ref.finalizer", loaded "<system class loader>", occupies 1,337,176 (30.93%) bytes. memory accumulated in 1 instance of "java.lang.ref.finalizer" loaded "<system class loader>".  keywords java.lang.ref.finalizer   suspect 2  6 instances of "com.mysql.jdbc.jdbc4connection", loaded "sun.misc.launcher$extclassloader @ 0xf58bf000" occupy 432,624 (10.01%) bytes.   biggest instances:  •com.mysql.jdbc.jdbc4connection @ 0xf61c54f8 - 94,864 (2.19%) bytes.  •com.mysql.jdbc.jdbc4connection @ 0xf61c4678 - 86,600 (2.00%) bytes.  •com.mysql.jdbc.jdbc4connection @ 0xf61c4bf8 - 85,456 (1.98%) bytes.  •com.mysql.jdbc.jdbc4connection @ 0xf626c348 - 68,000 (1.57%) bytes.  •com.mysql.jdbc.jdbc4connection @ 0xf626c7d0 - 68,000 (1.57%) bytes.    keywords com.mysql.jdbc.jdbc4connection sun.misc.launcher$extclassloader @ 0xf58bf000 


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -