building with -j4 instead of -j to limit load on buildserver #167
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "mohr/slowbuild"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When lots of builds are scheduled on the CI build server, using -j seems to overload the server, leading to builds failing or behaving strangly.
as far as I can tell, not much of a performance reduction. Let's see hof it affects overall CI stability.
OK to merge?