Skip to content

Commit a127515

Browse files
authored
Klass API Prod: Increase heap allocation (#502)
* Increase memory allocated for heap * Increase memory request to limit
1 parent c982503 commit a127515

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,7 +16,7 @@ spec:
1616
resources:
1717
requests:
1818
cpu: 155m
19-
memory: 1920Mi
19+
memory: 2500Mi
2020
limits:
2121
memory: 2500Mi
2222
gcp:
@@ -40,7 +40,7 @@ spec:
4040
- name: KLASS_ENV_CLIENT_KLASS_MAIL_URL
4141
value: http://klass-mail
4242
- name: JAVA_TOOL_OPTIONS
43-
value: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=50.0"
43+
value: "-XX:InitialRAMPercentage=75.0 -XX:MaxRAMPercentage=75.0"
4444

4545
accessPolicy:
4646
outbound:

0 commit comments

Comments
 (0)