mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-21 01:48:07 +00:00
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:
parent
ade0a50a53
commit
ba2caedb64
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user