geth-goerli: increase cache size from default 1GB to 2GB
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
bb1e3ff3ba
commit
a40c0ab49c
|
@ -18,6 +18,7 @@ geth_websocket_origins: '*'
|
|||
|
||||
# Memory settings
|
||||
geth_cont_mem_ratio: 0.7
|
||||
geth_cache_size: '{{ (ansible_memtotal_mb * 0.25|float) | int }}'
|
||||
|
||||
# Geth metrics
|
||||
geth_source_cont_name: '{{ geth_cont_name }}'
|
||||
|
|
Loading…
Reference in New Issue