ci: Set resource requests/limits
Aimee OS/container-images/pipeline/head There was a failure building this commit
Details
Aimee OS/container-images/pipeline/head There was a failure building this commit
Details
Use the whole node to prevent interference from other processes causing e.g. OOM conditions.lib/main
parent
a67ed592df
commit
b7fdaa93ac
|
@ -16,5 +16,10 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
github.com/fuse: 1
|
github.com/fuse: 1
|
||||||
|
cpu: 6
|
||||||
|
memory: 8G
|
||||||
|
requests:
|
||||||
|
cpu: 6
|
||||||
|
memory: 8G
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: du5t1n.me/jenkins
|
- key: du5t1n.me/jenkins
|
||||||
|
|
Reference in New Issue