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

Use the zgc garbage collector #716

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Use the zgc garbage collector #716

merged 1 commit into from
Jan 16, 2025

Conversation

dwwoelfel
Copy link
Contributor

We're currently using g1c and see 30-50ms pauses every ~45 seconds.

image

This switches us to zgc, which should reduce the number of stop-the-world pauses.

We'll be able to look at the gc events to see how many pauses we get.

Copy link

View Vercel preview at instant-www-js-zgc-jsv.vercel.app.

Copy link
Contributor

@stopachka stopachka left a comment

Choose a reason for hiding this comment

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

Heeck yeah!

@dwwoelfel dwwoelfel merged commit 9a4a8ae into main Jan 16, 2025
27 checks passed
@dwwoelfel dwwoelfel deleted the zgc branch January 16, 2025 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants