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

Update GCCompact heuristic advice #7

Merged
merged 1 commit into from
May 6, 2024
Merged

Conversation

casperisfine
Copy link

Compacting before every fork is counter productive as it risks writing into many pages every time, invalidating lots of pages that were shared with the previous forked childs.

Issue reported by @beauraF

image

Compacting before every fork is counter productive as it risks
writing into many pages every time, invalidating lots of pages that
were shared with the previous forked childs.
@casperisfine casperisfine requested a review from peterzhu2118 May 6, 2024 13:26
@peterzhu2118 peterzhu2118 merged commit 64606c1 into main May 6, 2024
9 checks passed
@peterzhu2118 peterzhu2118 deleted the gc-compact-snippet branch May 6, 2024 14:20
@beauraF
Copy link

beauraF commented May 6, 2024

Just wanted to confirm this indeed solved our problem! Thanks again @byroot 🙏

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.

4 participants