Cargo hits OOM when building many examples #11707
Labels
C-bug
Category: bug
Performance
Gotta go fast!
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
Problem
When building examples on a large project with many of them, Cargo quickly runs through all available memory.
Steps
cargo build --examples
Possible Solution(s)
It should be possible for Cargo to identify jobs that will consume high amounts of memory and ensure that other high-memory jobs don't occur at the same time.
Notes
No response
Version
The text was updated successfully, but these errors were encountered: