Reputation: 9
I'm trying to create and analyze a heap dump using Java Jmap. I learned how to do and concept through Google.
jmap -dump:format=b,file=heapdump.hprof[pid]
If the command at the top is executed, does the FULL GC be executed? If FULL GC is performed, will the application be stopped?
Upvotes: 1
Views: 149