> How can I get some help analizing a heap dump for my application?
Please check Memory Analyzer's "Getting Started" help section to get
familiar with the tool. On the Welcome page of the tool itself you can
find a "Tutorials" tab. These tutorials will guide you interactively
through the main steps of analysis. Try to use these hints while analyzing
your heap dump. In case you have more specific questions feel free to post
them here.
If the heap dump contains a lot of things but you are interested only in
your component, then it may make sense to run a "Component Report" ->
press Ctrl + Q and type "Component Report". Then you can provide a regex
Pattern for the packages or class-names you are interested in, and the
tool will show you some details about the selected component(s).
If you have any concrete questions and need help - just post them in this
forum.