Question-217: Why do you want to check the Heap Dump?
- To find which objects are causing Heap to be filled.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans : A
Exp : Heap Dump is a Java Utility, which would help in finding what all objects are available in the Java Heap currently. You can take Heap Dump from any running Java process. However, Cassandra creates the Heap Dump file only when it about to full the Java Heap area.
You can access to full explanation to question and answer from this page.