mirror of
https://github.com/status-im/infra-les.git
synced 2025-03-04 05:50:47 +00:00
18 lines
482 B
YAML
18 lines
482 B
YAML
---
|
|
# 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
|
|
geth_cont_image: 'ethereum/client-go:v1.9.5'
|
|
geth_log_level_name: info
|
|
|
|
# adjust cache size to available memory
|
|
mem_cache_ratio: 0.70
|
|
cont_mem_ratio: 0.75
|
|
geth_cache: '{{ (ansible_memtotal_mb * mem_cache_ratio|float) | int }}'
|
|
|
|
# geth metrics
|
|
geth_source_cont_name: '{{ geth_cont_name }}'
|
|
geth_expo_cont_name: '{{ geth_cont_name }}-metrics'
|