Closed Jordan474 closed 8 months ago
Fix too many parallel jobs because make -j (without a number) runs with "no limit to the number of jobs that can run simultaneously", and this can overwhelm your machine.
make -j
Fix too many parallel jobs because
make -j
(without a number) runs with "no limit to the number of jobs that can run simultaneously", and this can overwhelm your machine.