Increase memory limits

This commit is contained in:
Azat Safin 2020-12-06 13:28:46 +03:00
parent 6189db594e
commit 254efa283f

5
Jenkinsfile vendored
View file

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