Skip to content
Snippets Groups Projects
Commit 5880358b authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: limit jobs to 64 when in parallel

parent b376c681
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ variables:
DOCKER_WAIT_TIME: 5
## Number of jobs to start during container builds
JOBS: 128
JOBS: 64
## is this nightly or not?
NIGHTLY: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment