7.11.3 Impact of using the Explicit Memory Management functionality when estimating memory size
The use of a function from the Application Server functions has impact on the memory size of the Explicit heap area. The following table describes how the estimations are affected when you use a specific function:
|
No. |
Function |
Difference in the Explicit heap area according to the usage of function |
Impact on estimation |
|---|---|---|---|
|
1 |
Automatic release function of Explicit Memory Management (-XX:+HitachiExplicitMemoryAutoReclaim option) |
|
The estimated size of the final Explicit heap area when the function is enabled, is a value where "size-of-the-Survivor-area-of-Java-heap×2" is added to the estimated size calculated from the statistical information. |
|
2 |
Automatic allocation functionality of the Explicit Memory Management functionality (-XX:+HitachiAutoExplicitMemory option) |
Furthermore, how to allocate the Explicit heap area differs depending on the enabling and disabling of function. However, enabling and disabling does not have an impact on the estimations.
|
The information related to Explicit heap size that is output to statistical information differs depending on the enabling and disabling of function. |