Hitachi

uCosminexus Application Server System Design Guide


7.6 Estimating the memory size of the New area in Java heap

This section explains how to estimate the memory size of the New area when using serial GC.

Estimate the memory size of the New area as follows:

Memory-size-of-the-New-area
= memory-size-of-the-Survivor-area + memory-size-of-the-Eden-area

This section describes about how to estimate the memory size of the Survivor area and the Eden area.

Organization of this section