From fa2b2248263848e40259a0841905c4b3619fe563 Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Tue, 10 Sep 2024 09:44:59 -0700 Subject: [PATCH] etcd: adjust govulncheck memory limits The job gets stuck when running the govulncheck command at the repository's root. Following Grafana, it seems to be reaching the memory limit. --- config/jobs/etcd/etcd-presubmits.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/jobs/etcd/etcd-presubmits.yaml b/config/jobs/etcd/etcd-presubmits.yaml index f2812180c2e2..59e95e81094f 100644 --- a/config/jobs/etcd/etcd-presubmits.yaml +++ b/config/jobs/etcd/etcd-presubmits.yaml @@ -170,10 +170,10 @@ presubmits: resources: requests: cpu: "4" - memory: "1Gi" + memory: "4Gi" limits: cpu: "4" - memory: "1Gi" + memory: "4Gi" - name: pull-etcd-e2e-amd64 cluster: eks-prow-build-cluster