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:
parent
ee1ed5203b
commit
61d586fa8c
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue