Skip to content

Fix too many parallel build jobs in appimage build#608

Merged
milianw merged 1 commit intoKDAB:masterfrom
Jordan474:fix-make-j-missing
Mar 12, 2024
Merged

Fix too many parallel build jobs in appimage build#608
milianw merged 1 commit intoKDAB:masterfrom
Jordan474:fix-make-j-missing

Conversation

@Jordan474
Copy link

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.

The command `make -j` (without a number) runs as infinite parallel jobs, this
can overwhelm your machine.
@milianw milianw merged commit aa27446 into KDAB:master Mar 12, 2024
@Jordan474 Jordan474 deleted the fix-make-j-missing branch April 24, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants