Zanie Blue
Zanie Blue
@majikman111 this is not currently on our roadmap. I'd review a contribution of a service that deletes old data.
Oof. Hm.. I guess a `uv.toml` setting is less controversial to me (it seems niche for the CLI), but we don't have Python install settings there yet. Would an environment...
Another question, is there a way you're invoking `python.exe` for Python 2 that would inform us that we should pass that invocation through to another executable? I think some flag...
Yep, we're planning on working on it.
I don't think we can have a global configuration for environments — that would invalidate the lockfile in projects. We could have a global default for `uv init`.
Do you have more details on the memory consumption and a reproduction we could use?
So from your screenshots it looks like we're consuming ~3 GB of virtual memory and when you limit concurrency it goes down to ~500 MB? I think we care more...
We can look into it, but unless we have a strong understanding of what's driving memory usage we don't know if there will be an easy lever to reduce it.
@alisonatwork can you share a reproduction of the requirements you're using? I started hacking on some coverage in CI at #15279 and can could use a low limit to try...
If the builds are the issue, it seems ~impossible for us to account for that. We're building arbitrary third-party packages, they can choose to use as much memory as they...