Explorar o código

Increase memory limits

Azat Safin %!s(int64=4) %!d(string=hai) anos
pai
achega
254efa283f
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      Jenkinsfile

+ 4 - 1
Jenkinsfile

@@ -38,7 +38,10 @@ spec:
     resources:
       limits:
         memory: 1024Mi
-        cpu: "500m"
+        cpu: "1000m"
+      request:
+        memory: 1024Mi
+        cpu: "1000m"
     image: docker:19.03.1-dind
     securityContext:
       privileged: true