- methodology – Method for finding memory leak in large Java heap dumps – Stack Overflow
Turns out this is relatively helpful: jmap -histo:live <pid> > dump.out and the advice around sampling this over time and then comparing diffs. WAY better than analzying heap dumps.
(categories: memory java performance ops histogram jmap )