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

Lower G1 minimum full GC interval #105259

Merged

Commits on Feb 7, 2024

  1. Lower G1 minimum full GC interval

    We sometimes see a need to do full GC twice within the current 5s interval.
    While we should work to improve our allocation pattern for that, it also
    seems too conservative to not allow more full GCs, as long as we also get
    some real work done. Hence lowering it to 2s here, which would fix the
    current problematic cases.
    henningandersen committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7951397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a27d2d View commit details
    Browse the repository at this point in the history