Browse Source

Increase memory limits

Azat Safin 4 years ago
parent
commit
254efa283f
1 changed files with 4 additions and 1 deletions
  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