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

Investigate switching to Generational ZGC #1311

Open
2 tasks done
nscuro opened this issue Jun 6, 2024 · 0 comments
Open
2 tasks done

Investigate switching to Generational ZGC #1311

nscuro opened this issue Jun 6, 2024 · 0 comments
Labels
enhancement New feature or request p3 Nice-to-have features performance size/M Medium effort spike/research Requires more research before implementation

Comments

@nscuro
Copy link
Member

nscuro commented Jun 6, 2024

Current Behavior

We currently use the G1 garbage collector (default as of Java 21) for the API server and Hyades services.

Java 21 also introduced support for Generational ZGC, which looks very promising:

Proposed Behavior

Investigate whether it makes sense for us to switch from G1 to Generational ZGC. Consider how that impacts the RAM requirements / recommendations.

Checklist

@nscuro nscuro added enhancement New feature or request p3 Nice-to-have features size/M Medium effort performance spike/research Requires more research before implementation labels Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p3 Nice-to-have features performance size/M Medium effort spike/research Requires more research before implementation
Projects
None yet
Development

No branches or pull requests

1 participant