Increase memory limits
This commit is contained in:
parent
d2524ac868
commit
768fd14a88
1 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -37,7 +37,7 @@ spec:
|
||||||
- name: docker-daemon
|
- name: docker-daemon
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi
|
memory: 1024Mi
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
image: docker:19.03.1-dind
|
image: docker:19.03.1-dind
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
Loading…
Add table
Reference in a new issue