Skip to content
Snippets Groups Projects
Commit 5e55ab4c authored by Manish Jangid's avatar Manish Jangid
Browse files

Allocating more memory to container than JVM heap memory

parent 05e6e0e2
No related branches found
No related tags found
1 merge request!503Aws integration merge
...@@ -69,10 +69,10 @@ environmentVariables: ...@@ -69,10 +69,10 @@ environmentVariables:
replicaCount: 1 replicaCount: 1
resources: resources:
limits: limits:
memory: 900M memory: 1200M
requests: requests:
cpu: 500m cpu: 500m
memory: 900M memory: 1200M
autoscaling: autoscaling:
enabled: true enabled: true
minReplicas: 1 minReplicas: 1
......
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