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

Using Julia's stock GC trigger/heuristics as default #54

Merged
merged 4 commits into from
Jun 5, 2024

Conversation

udesou
Copy link

@udesou udesou commented Jun 4, 2024

I'm actually not 100% sure about this change, but I think it kind of makes sense if we want heap resizing as default, since membalancer doesn't really work. Happy to discuss further.

@qinsoon
Copy link
Member

qinsoon commented Jun 4, 2024

Can we still set a fixed heap size through command line? It is okay to use the Julia's heuristics as default.

@udesou
Copy link
Author

udesou commented Jun 4, 2024

Can we still set a fixed heap size through command line? It is okay to use the Julia's heuristics as default.

You're right, I don't think it currently does. Funny enough, the CI tests succeeded without setting the heap size and with the stock heuristics.

@udesou udesou requested a review from qinsoon June 4, 2024 10:12
Copy link
Member

@qinsoon qinsoon left a comment

Choose a reason for hiding this comment

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

LGTM

@udesou udesou merged commit 5bb4714 into mmtk:v1.9.2+RAI Jun 5, 2024
1 check passed
udesou added a commit to mmtk/mmtk-julia that referenced this pull request Jun 5, 2024
This PR fixes Julia's GC trigger option/heuristics and enables it as
default (by changing the initial values to in `mmtk-gc.c`:
mmtk/julia#54).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants