Skip to content

Commit

Permalink
fix: give way more memory to exporter (#2498)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
michaelkedar authored Aug 20, 2024
1 parent 229871d commit 6ed27b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/clouddeploy/gke-workers/base/exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6ed27b1

Please sign in to comment.