From 9b45b4fd7d5f8f0399611092f0d66df009012668 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sun, 27 Aug 2023 21:59:39 +0000
Subject: [PATCH] fix: limit jobs to 64 when in parallel

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e54e9009..9cd1aef91 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: ""
-- 
GitLab