lowered memory requests and limits
This commit is contained in:
@@ -17,12 +17,12 @@ spec:
|
|||||||
storage: 20Gi
|
storage: 20Gi
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "4Gi"
|
memory: "2Gi"
|
||||||
limits:
|
limits:
|
||||||
memory: "6Gi"
|
memory: "4Gi"
|
||||||
config:
|
config:
|
||||||
jvm-server-options:
|
jvm-server-options:
|
||||||
initial_heap_size: "2048M"
|
initial_heap_size: "1024M"
|
||||||
max_heap_size: "2048M"
|
max_heap_size: "2048M"
|
||||||
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