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)- A2% (1)
- B6% (3)
- C79% (38)
- D13% (6)
Community Discussion
No community discussion yet for this question.