eclipse-openj9 / openj9-docs

Source repository for the Eclipse OpenJ9 user documentation, which should be viewed [online]https://www.eclipse.org/openj9/docs/
Other
51 stars 73 forks source link

Incorrect default value for Xmox #1363

Closed amicic closed 2 months ago

amicic commented 3 months ago

Page containing the error: https://eclipse.dev/openj9/docs/xmo/

The default value of Xmox is incorrect. It states it is same as Xmx, but more precisely it is Xmx - Xmns (total heap size reduced by Nursery minimum size)

amicic commented 3 months ago

We can also add a comment:

While Tenure and Nursery have their own independent maximum sizes of respectively Xmox and Xmnx, also the sum of their current sizes cannot be larger than Xmx at any point of time.