Open flying-sheep opened 4 days ago
Thanks for reporting!
No problem! Some more details:
Implementing a memory limit as suggested here https://github.com/prefix-dev/pixi/issues/2214#issuecomment-2399218804 would be super helpful!
I discussed that with @baszalmstra the other day but it doesn't seem like a memory limit is something we can technically do. But we do need to find a solution for this. Turning off/limiting concurrency should be doable.
Checks
[x] I have checked that this issue has not already been reported.
[x] I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
it gets further than that, but it’s always a race against time to be able to copy it:
Issue description
I have 16GB of memory, and pixi doesn’t seem to have a setting to reduce the number of threads/processes it uses.
I’m pretty sure the OOM killer kills it.
Expected behavior
not that.