geth-goerli: increase cache size from default 1GB to 2GB

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-02-12 23:06:04 +01:00
parent bb1e3ff3ba
commit a40c0ab49c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}'