nerdexam
IBM

C2010-501 · Question #104

What is the reason to identically configure minimum and maximum heap sizes?

The correct answer is C. to allow the system to choose the correct starting point for heap allocation. See the full explanation below for the reasoning.

Question

What is the reason to identically configure minimum and maximum heap sizes?

Options

  • Ato avoid excessive garbage collection
  • Bto avoid wasting the resources utilized in shrinking and growing the heap
  • Cto allow the system to choose the correct starting point for heap allocation
  • Dto allow the system to choose the correct allocation failure point for the heap

How the community answered

(48 responses)
  • A
    2% (1)
  • B
    6% (3)
  • C
    79% (38)
  • D
    13% (6)

Community Discussion

No community discussion yet for this question.

Full C2010-501 Practice