I have taken the memory dump, analysed it with memory analyzer. It showing 73% of memory taken by java.lang.ref.finalizer object. I went to see what is inside this very big object. I found it looks like recursive trail of objects. which looks like below Finalizer |__ Finalizer (recursive) |__ java.io.FileInputStream or org.eclipse.jetty.util.resource.FileResource
Inside the FileResource i found path to extract of war file, but could not find what is inside FileInputStream object. Please let me know. Thank you so much Hridayesh
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
