Skip to content

Commit

Permalink
Bump memory limit for future proofing
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed May 8, 2024
1 parent 0227fb4 commit 2917da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/clouddeploy/gke-workers/base/exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
memory: "8G"
limits:
cpu: "6"
memory: "10G"
memory: "12G"
restartPolicy: OnFailure
volumes:
- name: "ssd"
Expand Down

0 comments on commit 2917da5

Please sign in to comment.