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:
Jakub Sokołowski 2023-02-21 00:11:33 +01:00
parent fc236d0132
commit 77278c2b65
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 2 additions and 2 deletions

View File

@ -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'