-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modified -Xmint/-Xmaxt and -Xminf/-Xmaxf for balanced GC #954
Modified -Xmint/-Xmaxt and -Xminf/-Xmaxf for balanced GC #954
Conversation
Jenkins doc stage |
1 similar comment
Jenkins doc stage |
I have updated the -Xmint/-Xmaxt and -Xminf/-Xmaxf related topics based on the modification done for the balanced GC policy (#835). Could you please review the same and let me know if any changes have to be done. Please note that the content that was pending clarification has not been included or modified (#835 (comment)). The What's new in Version 0.30.0 was tidied up and does not require a review since no new content has been added. |
7c0ce08
to
af5ac7f
Compare
Jenkins doc stage |
Jenkins doc stage |
@pshipton - I have incorporated the review comment. Is it OK now? |
lgtm, but we need @amicic to check it as well. |
Edited the What's new in version 0.30.0 topic. Signed-off-by: Sreekala Gopakumar [email protected]
eclipse-openj9#835 -Xmint/-Xmaxt, -Xminf/-Xmaxf, Heap allocation and -Xgcpolicy topics modified to reflect the changes applicable for the balanced GC policy. Included the change specified in eclipse-openj9#833 in xgcpolicy topic. Signed-off-by: Sreekala Gopakumar [email protected]
719cf3f
to
86699a9
Compare
Jenkins doc stage |
@@ -89,7 +89,7 @@ The overall size of the LOA is calculated when the heap is initialized, and reca | |||
|
|||
You can control the size of the LOA by using the [`-Xloainitial`, `-Xloaminimum`, and `-Xloamaximum`](xloaminimum.md) command line options. If the LOA is not used, the garbage collector contracts the LOA after a few cycles, down to the value of `-Xloaminimum`. You can also specify [`-Xnoloa`](xloa.md) to prevent an LOA being created. | |||
|
|||
An SOA and LOA are used by the OpenJ9 GC policies: `gencon`, `optavgpause` and `optthruput`. For the `gencon` policy, the LOA and SOA are contained within the tenure area, which is designated for ageing objects. For more information about policies, see [Garbage collection policies](gc.md). | |||
An SOA and LOA are used by the OpenJ9 GC policies: `gencon`, `optavgpause`, and `optthruput`. For the `gencon` policy, the LOA and SOA are contained within the tenure area, which is designated for ageing objects. For more information about policies, see [Garbage collection policies](gc.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be A
instead of An
, but I won't hold up the merge for this.
#835
-Xmint/-Xmaxt, -Xminf/-Xmaxf, and -Xgcpolicy topics modified to reflect the changes applicable for the balanced GC policy.
Signed-off-by: Sreekala Gopakumar [email protected]