# Reduce parallel compilation jobs to prevent compiler OOM. # The desktop crate + its dependencies (tauri, sqlx, fantoccini, etc.) # consume significant memory during borrow checking / type inference. # # If builds still OOM, try lowering further (e.g. 2 or 1). [build] jobs = 2