IBM
C2040-426 · Question #25
Andrew needs to increase performance by setting a value that allows the Java heap to be contained within physical memory. When the heap size exceeds the physical memory, the heap begins swapping to…
The correct answer is C. Maximum Heap Size. See the full explanation below for the reasoning.
Question
Andrew needs to increase performance by setting a value that allows the Java heap to be contained within physical memory. When the heap size exceeds the physical memory, the heap begins swapping to disk, causing Java performance to drastically decrease. Which of the following options should be decreased to improve this performance issue in Connections?
Options
- AVerbose JNI Size
- BInitial Heap Size
- CMaximum Heap Size
- DGeneric JVM Arguments
How the community answered
(16 responses)- A6% (1)
- C81% (13)
- D13% (2)
Community Discussion
No community discussion yet for this question.