Reduce the number of peers on Prater and Pyrmont nodes

This is a test of the recently developed subnet walking functionality
This commit is contained in:
Zahary Karadjov 2021-09-14 19:54:44 +03:00
parent e8317de1a4
commit e58d1f7abc
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,9 @@ beacon_node_cont_image: 'statusteam/nimbus_beacon_node:unstable-{{ node_size }}'
beacon_node_cont_tag: '{{ node_branch }}-{{ node_size }}' beacon_node_cont_tag: '{{ node_branch }}-{{ node_size }}'
beacon_node_network: 'prater' beacon_node_network: 'prater'
# Peers
beacon_node_max_peers: 50
# Windows service user # Windows service user
beacon_node_service_user_pass: '{{lookup("bitwarden", "nimbus/windows", field="password")}}' beacon_node_service_user_pass: '{{lookup("bitwarden", "nimbus/windows", field="password")}}'

View File

@ -16,6 +16,9 @@ beacon_node_network: 'pyrmont'
beacon_node_log_level: 'INFO' beacon_node_log_level: 'INFO'
beacon_node_dist_validators_enabled: true beacon_node_dist_validators_enabled: true
# Peers
beacon_node_max_peers: 40
# Split by hostname and branch for more central location. # Split by hostname and branch for more central location.
validators_layout: validators_layout:
"metal-01.he-eu-hel1.nimbus.pyrmont": # 4000 validators each "metal-01.he-eu-hel1.nimbus.pyrmont": # 4000 validators each