Skip to content

Commit 7cae57c

Browse files
authored
config(public-api): increase memory resources (#440)
During bootup, service is often killed by OOMKiller ## 📝 Description <!-- Describe your changes in detail --> ## ✅ Checklist - [x] I have tested this change - [ ] ~This change requires documentation update~
1 parent b8dccbc commit 7cae57c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public-api/v2/helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resources:
1010
cpu: 500m
1111
memory: 100Mi
1212
limits:
13-
memory: 250Mi
13+
memory: 300Mi
1414

1515
statsd:
1616
resources:
@@ -19,4 +19,4 @@ statsd:
1919
memory: "50Mi"
2020
requests:
2121
cpu: "5m"
22-
memory: "25Mi"
22+
memory: "25Mi"

0 commit comments

Comments
 (0)