Question-212: If you wanted to have less number of GC pauses then you should set” MAX_HEAP_SIZE” with large value?

  1. True
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

Ans: A

Exp: In Cassandra if you wanted to change the heap size for the Java processes then you have to change the jvm.option file. In this file you can update the property MAX_HEAP_SIZE   as well as HEAP_NEWSIZE. New objects are always created under the heap area. 

You can access to full explanation to question and answer from this page.