Allow `--heap-size-hint` option to be passed
Open
- Dominant language
- Python
- Stars
- 893
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
This option is really useful for when the Julia garbage collector is doing a bad job. e.g., https://github.com/MilesCranmer/PySR/discussions/441, https://github.com/JuliaLang/julia/issues/50673, https://github.com/MilesCranmer/PySR/discussions/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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.