Attention needed from Michael Knyszek
Dmitri Shuralyov has uploaded the change for review![Open in Gerrit]()
Dmitri Shuralyov would like Michael Knyszek to review this change.
Commit message
cmd/watchflakes: double the memory allocation
Some of the recent watchflakes restarts have OOMKilled as the reason.
For golang/go#70743.
Change-Id: I7e25f54ed37383ecddb6d54a129c2fcac58d0d27
Change diff
diff --git a/cmd/watchflakes/deployment-prod.yaml b/cmd/watchflakes/deployment-prod.yaml
index a3ee5ff..38acc71 100644
--- a/cmd/watchflakes/deployment-prod.yaml
+++ b/cmd/watchflakes/deployment-prod.yaml
@@ -26,10 +26,10 @@
resources:
requests:
cpu: "1"
- memory: "2Gi"
+ memory: "4Gi"
limits:
cpu: "2"
- memory: "4Gi"
+ memory: "8Gi"
---
apiVersion: v1
kind: ServiceAccount
Change information
Files:
- M cmd/watchflakes/deployment-prod.yaml
Change size: XS
Delta: 1 file changed, 2 insertions(+), 2 deletions(-)
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: newchange
Gerrit-Project: build
Gerrit-Branch: master
Gerrit-Change-Id: I7e25f54ed37383ecddb6d54a129c2fcac58d0d27
Gerrit-Change-Number: 676735
Gerrit-PatchSet: 1