Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix too many parallel build jobs in appimage build #608

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

Jordan474
Copy link
Contributor

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
13 checks passed
@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