Skip to content

Commit

Permalink
fix: bump exporter memory allowances (#2493)
Browse files Browse the repository at this point in the history
The large number and size of records coming from Ubuntu made our
exporter job start exceeding the memory limit.
Throw some more memory at the problem until it goes away.
  • Loading branch information
michaelkedar authored Aug 20, 2024
1 parent f9aab39 commit 30d5579
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: "8G"
memory: "16G"
limits:
cpu: "6"
memory: "12G"
memory: "32G"
restartPolicy: OnFailure
volumes:
- name: "ssd"
Expand Down

0 comments on commit 30d5579

Please sign in to comment.