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

Increase memory limits to 1.8GB

commit 4bbe9fec 
Author: Morris Estepa <estepamo@amazon.com> 
Date: Fri Mar 03 2023 12:27:43 GMT-0600 (Central Standard Time) 

    Increase heap limit to 1.8GB
parent 94272cb7
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 #170915 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