logs.nimbus: lower ES JVM heap size to 40 GB
Never ending issues with `Data too big` errors: https://github.com/status-im/infra-nimbus/issues/138 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
fc236d0132
commit
77278c2b65
|
@ -38,8 +38,8 @@ es_number_of_replicas: 0
|
|||
|
||||
# JVM Memory settings
|
||||
es_jvm_heap_auto: false
|
||||
es_jvm_min_heap: 48g
|
||||
es_jvm_max_heap: 48g
|
||||
es_jvm_min_heap: 40g
|
||||
es_jvm_max_heap: 40g
|
||||
|
||||
# Open Ports
|
||||
open_ports_default_comment: 'ElasticSearch'
|
||||
|
|
Loading…
Reference in New Issue