Skip to content
Snippets Groups Projects
Commit 4bbe9fec authored by Morris Estepa's avatar Morris Estepa
Browse files

Increase heap limit to 1.8GB

parent 540e5a81
No related branches found
No related tags found
No related merge requests found
Pipeline #170910 failed
......@@ -35,7 +35,7 @@ environmentVariables:
- name: ENVIRONMENT
value: "{{ .Values.global.resourcePrefix }}"
- name: JAVA_OPTS
value: "-Xms50M -Xmx900M"
value: "-Xms50M -Xmx1800M"
- name: LOG_LEVEL
value: "{{ default `INFO` .Values.global.logLevel }}"
- name: SSM_ENABLED
......@@ -64,10 +64,10 @@ maxConnections: 200
replicaCount: 1
resources:
limits:
memory: 900M
memory: 1800M
requests:
cpu: 500m
memory: 900M
memory: 1800M
autoscaling:
minReplicas: 1
maxReplicas: 100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment