-
Notifications
You must be signed in to change notification settings - Fork 99
SapMachine (26) #2137: Linux: We should use transparent huge pages in some configurations #2142
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
Conversation
|
Hello @TheRealMDoerr, this pull request fulfills all formal requirements. |
57af063 to
cca2fc3
Compare
|
Hello @TheRealMDoerr, this pull request fulfills all formal requirements. |
@TheRealMDoerr, you commit is done as "Author: Martin [email protected]". I guess you should really check this and change it to your SAP mail address. |
… configurations (#2138) Linux: Enable UseTransparentHugePages if - UseLargePages and UseTransparentHugePages are not set explicitly - transparent huge pages are supported by the system configuration and the huge pages size is not above 2MB - UseZGC or UseShenandoahGC are not selected - the Java Heap is not set to 128MB or lower
cca2fc3 to
06b48eb
Compare
Seems like that got broken by "Sqash and merge" in the original Commit. Fixed manually (and force-pushed). |
|
Hello @TheRealMDoerr, this pull request fulfills all formal requirements. |
RealCLanger
left a comment
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.
Looks good. The AIX and ppc64 builds did not report back to GitHub due to an issue with Github rate limit exceeded. However, builds were successful.
parttimenerd
left a comment
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.
Maybe we should make this clear in our "Changes to OpenJDK page"
Cherry-picked #2138.
fixes #2137