I got the OutOfMemoryError : Metaspace
in my tomcat.
And I got heap dump file of jvm. (I use java8)
So I want to view only metaspace area in heap dump(hprof format), but I can't know how to do that.
I use MAT(Eclipse Memory Analyzer) to analyze the heap dump file.
Can I view only metaspace area?
Thanks.