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

Conversation

henningandersen
Copy link
Contributor

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.

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 henningandersen added >enhancement :Core/Infra/Circuit Breakers Track estimates of memory consumption to prevent overload v8.13.0 labels Feb 7, 2024
@elasticsearchmachine elasticsearchmachine added the Team:Core/Infra Meta label for core/infra team label Feb 7, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@elasticsearchmachine
Copy link
Collaborator

Hi @henningandersen, I've created a changelog YAML for you.

Copy link
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@henningandersen henningandersen merged commit d00b5d3 into elastic:main Feb 8, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Circuit Breakers Track estimates of memory consumption to prevent overload >enhancement Team:Core/Infra Meta label for core/infra team v8.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants