Skip to content

Commit 6dca76e

Browse files
authored
Increase container memory for mixer-autopush-observation and mixer-au… (#1683)
…topush-node Increases mixer-autopush-observation to 6GB and mixer-autopush-node to 4GB This is due to an increase in container restarts in autopush causing flaky webdriver tests. It looks like they were terminating with 137 (OOM).
1 parent 14503c5 commit 6dca76e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deploy/helm_charts/envs/mixer_autopush.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ serviceGroups:
4040
replicas: 20
4141
observation:
4242
replicas: 20
43+
resources:
44+
memoryRequest: "6G"
45+
memoryLimit: "6G"
4346
node:
4447
replicas: 20
48+
resources:
49+
memoryRequest: "4G"
50+
memoryLimit: "4G"
4551
default:
4652
replicas: 10

0 commit comments

Comments
 (0)