2019-04-26 12:16:25 +00:00
|
|
|
---
|
|
|
|
# Run les-main.misc fleet on Mainnet
|
|
|
|
geth_network_name: mainnet
|
|
|
|
geth_cont_name: les-geth-full
|
|
|
|
geth_sync_mode: full
|
|
|
|
geth_data_path: /data
|
2019-09-30 12:30:36 +00:00
|
|
|
geth_cont_image: 'ethereum/client-go:v1.9.5'
|
2019-04-26 12:16:25 +00:00
|
|
|
geth_log_level_name: info
|
2019-05-22 12:18:35 +00:00
|
|
|
|
2019-06-28 19:22:12 +00:00
|
|
|
# adjust cache size to available memory
|
2019-10-02 15:12:58 +00:00
|
|
|
mem_cache_ratio: 0.50
|
|
|
|
cont_mem_ratio: 0.85
|
2019-06-28 19:22:12 +00:00
|
|
|
geth_cache: '{{ (ansible_memtotal_mb * mem_cache_ratio|float) | int }}'
|
|
|
|
|
2019-05-22 12:18:35 +00:00
|
|
|
# geth metrics
|
|
|
|
geth_source_cont_name: '{{ geth_cont_name }}'
|
|
|
|
geth_expo_cont_name: '{{ geth_cont_name }}-metrics'
|