Skip to content

Commit 6de5ff2

Browse files
committed
fix: increase memory limit to 512Mi in app.yaml
1 parent 646a7e1 commit 6de5ff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quotes-backend/.nais/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
path: "/internal/prometheus"
5050
resources:
5151
limits:
52-
memory: "256Mi"
52+
memory: "512Mi"
5353
requests:
5454
cpu: "100m"
5555
memory: "128Mi"

0 commit comments

Comments
 (0)