upgrade Geth: 1.8.27 > 1.9.5

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-09-30 14:30:36 +02:00
parent afa98876c1
commit 26c5a4e1b2
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 6 additions and 4 deletions

View File

@ -4,11 +4,12 @@ geth_network_name: mainnet
geth_cont_name: les-geth-full
geth_sync_mode: full
geth_data_path: /data
geth_cont_image: 'ethereum/client-go:v1.8.27'
geth_cont_image: 'ethereum/client-go:v1.9.5'
geth_log_level_name: info
# adjust cache size to available memory
mem_cache_ratio: 0.75
mem_cache_ratio: 0.70
cont_mem_ratio: 0.75
geth_cache: '{{ (ansible_memtotal_mb * mem_cache_ratio|float) | int }}'
# geth metrics

View File

@ -4,11 +4,12 @@ geth_network_name: ropsten
geth_cont_name: les-geth-full
geth_sync_mode: full
geth_data_path: /data
geth_cont_image: 'ethereum/client-go:v1.8.27'
geth_cont_image: 'ethereum/client-go:v1.9.5'
geth_log_level_name: info
# adjust cache size to available memory
mem_cache_ratio: 0.75
mem_cache_ratio: 0.70
cont_mem_ratio: 0.75
geth_cache: '{{ (ansible_memtotal_mb * mem_cache_ratio|float) | int }}'
# geth metrics