Investigate switching to Generational ZGC #1311
Labels
enhancement
New feature or request
p3
Nice-to-have features
performance
size/M
Medium effort
spike/research
Requires more research before implementation
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
The text was updated successfully, but these errors were encountered: