I managed to generate dump heaps of my application machine, but I donβt know how to analyze it. Can someone tell me how?
Use jhat utility for Java on Sun solaris.
A good example is here https://blogs.oracle.com/alanb/entry/heap_dumps_are_back_with
You can try VisialVM, for some reason my heap heap did not load in jhat, but was in visualVM. This gives you a class graph that occupies most of the heap. here where you can get it: http://visualvm.java.net/download.html
Source: https://habr.com/ru/post/1338756/More articles:How much memory does jProfiler need to parse a heap of heap size x? - javaPublish a custom web service on JBoss SOA - javaCode Duplication Detection - Delphi - delphiIs it possible to make Lucene queries in the outside world that find nodes based on their parent / child properties - lucenehow to rate or rate votes - phpProviding a custom control with an abstract base class at design time - visual-studioGet and set a (private) property in PHP, like in C #, without using the magic method overloader getter setter - propertiesCryptography: protection against single-player games - authenticationASP.net MVC 3 project files not showing up in new project dialog? - asp.net-mvcUsing qsort () with class pointers - c ++All Articles