Skip to content

Commit d70d27c

Browse files
committed
Klass API Prod: Increase memory allocation
After monitoring for a week, the app is often committing to 100% of the allocated memory. Increase the allocated memory to allow the app to have some headroom.
1 parent e70026e commit d70d27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.nais/prod/klass-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ spec:
1616
resources:
1717
requests:
1818
cpu: 155m
19-
memory: 2500Mi
19+
memory: 3072Mi
2020
limits:
21-
memory: 2500Mi
21+
memory: 3072Mi
2222
gcp:
2323
sqlInstances:
2424
- type: POSTGRES_17

0 commit comments

Comments
 (0)