Skip to content

Commit 3c18e79

Browse files
[CI] Add More Resources to Premerge Advisor Container
Otherwise the git process gets OOM killed when checking out the monorepo.
1 parent 00461d2 commit 3c18e79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

premerge/advisor_deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ spec:
2727
image: ghcr.io/llvm/premerge-advisor:latest
2828
resources:
2929
requests:
30-
memory: "512Mi"
30+
memory: "1Gi"
3131
cpu: "500m"
3232
limits:
33-
memory: "1Gi"
34-
cpu: "1"
33+
memory: "2Gi"
34+
cpu: "2"
3535
volumeMounts:
3636
- mountPath: "/db"
3737
name: advisor-db-volume

0 commit comments

Comments
 (0)