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

Merge branch 'aws-integration-merge-estepamo' into 'master'

Increase memory limits to 1.8GB

See merge request !640
parents 94272cb7 b8b0fc97
No related branches found
No related tags found
2 merge requests!744Upgraded packages to mitigated vulns in netty, guava, snakeyaml,!640Increase memory limits to 1.8GB
Pipeline #171198 passed with warnings
......@@ -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