You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix OOM: Pass JOBS to ninja with memory-aware scaling
- Actually pass -j $JOBS to ninja (was being calculated but not used)
- Default to 20 parallel jobs, scale down for smaller systems
- ~6GB per compile job: 60GB RAM → 10 jobs, 128GB+ → 20 jobs
0 commit comments