Netflix/servo

Heapdump support?

imcdonagh opened this issue · 1 comments

Does Servo provide support for heapdumps as well?

Or is there another project that does?

There isn't anything in Servo that will help you analyze heap dumps. For memory tracking and garbage collection debugging Spectator is much better. See the spectator-ext-gc and spectator-ext-jvm sub-projects.