Skip to content
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

Update to ZGC ZGenerational garbage collection supported in J21 #29759

Closed
Tracked by #27993
spbolton opened this issue Aug 27, 2024 · 1 comment · Fixed by #29760
Closed
Tracked by #27993

Update to ZGC ZGenerational garbage collection supported in J21 #29759

spbolton opened this issue Aug 27, 2024 · 1 comment · Fixed by #29760

Comments

@spbolton
Copy link
Contributor

spbolton commented Aug 27, 2024

Update to the latest Garbage collector that is now supported in Java 21.

Test if there are issues when applied that show in the logs on Docker Startup. Can review all Java Paramters that are reported when a postman job is startup up to ensure these are being picked up.

Cloud engineering will need to assess any positive impact of these settings on memory utilisation and performance over time.

@spbolton spbolton self-assigned this Aug 27, 2024
@spbolton spbolton changed the title Updaate to ZGC ZGenerational garbage collection supported in J21 Update to ZGC ZGenerational garbage collection supported in J21 Aug 27, 2024
github-merge-queue bot pushed a commit that referenced this issue Aug 27, 2024
) (#29760)

### Proposed Changes
* Replace existing ShenandoahGC options for -XX:+UseZGC
-XX:+ZGenerational

Depends upon PR #29758
This should be merged after the parent PR as it includes the changes of
that PR

### Checklist
- [ ] Tests
- [ ] Translations
- [ ] Security Implications Contemplated (add notes if applicable)

### Additional Info
This PR resolves #29759 (Updaate to ZGC ZGenerational garbage collection
su).


### Screenshots
Original             |  Updated
:-------------------------:|:-------------------------:
** original screenshot **  |  ** updated screenshot **
@nollymar nollymar reopened this Aug 28, 2024
@fabrizzio-dotCMS fabrizzio-dotCMS self-assigned this Aug 29, 2024
@fabrizzio-dotCMS
Copy link
Contributor

fabrizzio-dotCMS commented Aug 29, 2024

Tested with the Java21 image
There are no issues in logs whatsoever as far as I can tell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants