Skip to content

Commit

Permalink
Increase mixer memory to accomodate for more data (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
shifucun authored Jun 1, 2022
1 parent f517077 commit f80db03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ spec:
imagePullPolicy: Always
resources:
limits:
memory: "6G"
memory: "8G"
requests:
memory: "6G"
memory: "8G"
args:
- --mixer_project=$(MIXER_PROJECT)
- --store_project=$(STORE_PROJECT)
Expand Down

0 comments on commit f80db03

Please sign in to comment.