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

Allow --heap-size-hint option to be passed #537

Open
MilesCranmer opened this issue Oct 13, 2023 · 0 comments
Open

Allow --heap-size-hint option to be passed #537

MilesCranmer opened this issue Oct 13, 2023 · 0 comments

Comments

@MilesCranmer
Copy link
Collaborator

This option is really useful for when the Julia garbage collector is doing a bad job. e.g., MilesCranmer/PySR#441, JuliaLang/julia#50673, MilesCranmer/PySR#61.

All of these types of issues seem to be easily fixable if you just tell Julia to use a smaller size hint, so the GC works more aggressively. I find this option extremely useful so we should definitely add it.

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

No branches or pull requests

1 participant