From 6ed27b1f5f23fa04a45e92a443b7b223ce16f3d6 Mon Sep 17 00:00:00 2001 From: Michael Kedar Date: Tue, 20 Aug 2024 16:21:12 +1000 Subject: [PATCH] fix: give way more memory to exporter (#2498) It's kind of concerning that it's still running out of memory on some Ubuntu exports - we probably should look at *why* it's using so much. 128GB should be way overkill, I just wanted to get a sense of how much it actually uses. --- deployment/clouddeploy/gke-workers/base/exporter.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/clouddeploy/gke-workers/base/exporter.yaml b/deployment/clouddeploy/gke-workers/base/exporter.yaml index 92d3febd2c7..c8700e9ad53 100644 --- a/deployment/clouddeploy/gke-workers/base/exporter.yaml +++ b/deployment/clouddeploy/gke-workers/base/exporter.yaml @@ -28,10 +28,10 @@ spec: resources: requests: cpu: "6" - memory: "16G" + memory: "48G" limits: cpu: "6" - memory: "32G" + memory: "128G" restartPolicy: OnFailure volumes: - name: "ssd"