Skip to content

Commit 264e324

Browse files
authored
Increase memory request for prod (#132)
* Increase memory request for prod * Add comment
1 parent da75c2e commit 264e324

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.nais/prod/nais.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ spec:
1818
resources:
1919
requests:
2020
cpu: 300m
21-
memory: 2Gi
21+
memory: 12Gi # This should be equal to the upper limit of the app, as Kubernetes
22+
# pods are only guaranteed to get the resources defined in "requests"
2223
limits:
2324
memory: 12Gi
2425

0 commit comments

Comments
 (0)