Browse Source

Update Jenkinsfile

azatsafin 4 years ago
parent
commit
f4e919ecc5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -37,10 +37,10 @@ spec:
   - name: docker-daemon
     resources:
       limits:
-        memory: 1536Mi
+        memory: "2048Mi"
         cpu: "1000m"
       requests:
-        memory: 1024Mi
+        memory: "1024Mi"
         cpu: "500m"
     image: docker:19.03.1-dind
     securityContext: