reduced memory usage
This commit is contained in:
@@ -19,10 +19,10 @@ spec:
|
|||||||
requests:
|
requests:
|
||||||
memory: "1Gi"
|
memory: "1Gi"
|
||||||
limits:
|
limits:
|
||||||
memory: "3Gi"
|
memory: "2Gi"
|
||||||
config:
|
config:
|
||||||
jvm-server-options:
|
jvm-server-options:
|
||||||
initial_heap_size: "768M"
|
initial_heap_size: "512M"
|
||||||
max_heap_size: "1536M"
|
max_heap_size: "1024M"
|
||||||
managementApiAuth:
|
managementApiAuth:
|
||||||
insecure: {} # dev only; for prod use a secret
|
insecure: {} # dev only; for prod use a secret
|
||||||
|
|||||||
Reference in New Issue
Block a user