Skip to content

Commit 1812934

Browse files
authored
Klass API prod: Increase memory allocation (#494)
The app crashed due to heap exhaustion
1 parent 43855e9 commit 1812934

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.nais/prod/klass-api.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ spec:
1515
max: 2
1616
resources:
1717
requests:
18-
cpu: 200m
19-
memory: 1376Mi
18+
cpu: 155m
19+
memory: 1920Mi
2020
limits:
21-
memory: 2144Mi
21+
memory: 2500Mi
2222
gcp:
2323
sqlInstances:
2424
- type: POSTGRES_17

0 commit comments

Comments
 (0)