KDAB / hotspot

The Linux perf GUI for performance analysis.
4.16k stars 257 forks source link

Fix too many parallel build jobs in appimage build #608

Closed Jordan474 closed 8 months ago

Jordan474 commented 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.