mirror of
https://github.com/status-im/infra-les.git
synced 2025-02-08 02:25:10 +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
|
geth_log_level_name: info
|
||||||
|
|
||||||
# adjust cache size to available memory
|
# adjust cache size to available memory
|
||||||
mem_cache_ratio: 0.70
|
mem_cache_ratio: 0.50
|
||||||
cont_mem_ratio: 0.75
|
cont_mem_ratio: 0.85
|
||||||
geth_cache: '{{ (ansible_memtotal_mb * mem_cache_ratio|float) | int }}'
|
geth_cache: '{{ (ansible_memtotal_mb * mem_cache_ratio|float) | int }}'
|
||||||
|
|
||||||
# geth metrics
|
# geth metrics
|
||||||
|
Loading…
x
Reference in New Issue
Block a user