Increase memory limits
This commit is contained in:
parent
6189db594e
commit
254efa283f
1 changed files with 4 additions and 1 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue