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

This section describes how to estimate the memory size of the New area.

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
7.5.1 Estimating the memory size of the Survivor area in Java heap
7.5.2 Estimating the memory size of the Eden area in Java heap