Question-122: Which all below are the recommendation for the Java GC tuning in the Cassandra cluster node?

  1. Heap size should be always between ¼ and ½ of the available memory (RAM) on the node.
  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,C,D

Exp : GC settings and tuning is very critical for the Cassandra cluster, Hence, setting Java Heap size more than 32GB may interfere with the OS page cache. Operating systems that maintain the OS page cache for frequently accessed data are very good at keeping this data in memory. Properly tuning the OS page cache usually results in better performance that increasing the row cache, there are some guidelines you need to follow while tuning the GC.