astral-sh / astral-sh/python-build-standalone
Reduce memory consumption during release uploads
Open
internal
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 314
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 27
Description
I'm pretty sure we load each file into memory, and I'm not sure if we're not dropping things properly or the concurrency is just too high, but we're getting killed with OOM now and I had to switch to a larger runners https://github.com/astral-sh/python-build-standalone/pull/615
We should just fix the Rust code.
Contributor guide
Assessment
This issue has not been assessed yet.