logs.nimbus: set static max heap size to 48 GB

Trying to fix the `Data too large` circuit breaker 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-01-28 14:17:04 +01:00
parent ee1ed5203b
commit 61d586fa8c
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ es_number_of_shards: 3
# Since Nimbus logs are low-value we don't need replicas.
es_number_of_replicas: 0
# JVM Memory settings
es_jvm_heap_auto: false
es_jvm_min_heap: 48g
es_jvm_max_heap: 48g
# Open Ports
open_ports_default_comment: 'ElasticSearch'
open_ports_default_chain: 'VPN'