mirror of
https://github.com/status-im/infra-les.git
synced 2025-02-01 15:15:36 +00:00
fix memory limits
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
26c5a4e1b2
commit
055360a065
@ -8,8 +8,8 @@ geth_cont_image: 'ethereum/client-go:v1.9.5'
|
||||
geth_log_level_name: info
|
||||
|
||||
# adjust cache size to available memory
|
||||
mem_cache_ratio: 0.70
|
||||
cont_mem_ratio: 0.75
|
||||
mem_cache_ratio: 0.50
|
||||
cont_mem_ratio: 0.85
|
||||
geth_cache: '{{ (ansible_memtotal_mb * mem_cache_ratio|float) | int }}'
|
||||
|
||||
# geth metrics
|
||||
|
Loading…
x
Reference in New Issue
Block a user