logs.nimbus: bump JVM memory limits to 80%

We started getting errors like:
```
Caused by: org.elasticsearch.common.breaker.CircuitBreakingException: [parent] Data too large, data for [internal:cluster/nodes/indices/shard/store[n]] would be [36997638608/34.4gb], which is larger than the limit of [36795685273/34.2gb], real usage: [36997638456/34.4gb], new bytes reserved: [152/152b], usages [request=0/0b, fielddata=0/0b, in_flight_requests=152/152b, model_inference=0/0b, eql_sequence=0/0b, accounting=3913236/3.7mb]
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-02-07 11:49:44 +01:00
parent ade0a50a53
commit ba2caedb64
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ es_number_of_replicas: 1
es_number_of_shards: 3
# JVM memory settings
es_jvm_mem_ratio: 0.6
es_jvm_mem_ratio: 0.8
es_jvm_mem: '{{ (ansible_memtotal_mb * es_jvm_mem_ratio) | round(0, "floor") }}'
es_jvm_min_heap: '{{ es_jvm_mem | int }}m'
es_jvm_max_heap: '{{ es_jvm_mem | int }}m'

View File

@ -41,7 +41,7 @@
- name: consul-service
src: git@github.com:status-im/infra-role-consul-service.git
version: 241dffb0f865f8558b5e373d20fefed0a08a21ef
version: 43cc09a3563a1ced220d066334c03fabe26d55d6
scm: git
- name: infra-role-beacon-node-linux