mainnet: bump SWAP file size for bootstrap nodes
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c549211278
commit
25fd95a393
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
swap_file_path: '/main.swap'
|
swap_file_path: '/main.swap'
|
||||||
|
swap_file_size_mb: 4096
|
||||||
|
|
||||||
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
|
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
|
||||||
beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}'
|
beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}'
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
swap_file_path: '/main.swap'
|
swap_file_path: '/main.swap'
|
||||||
|
swap_file_size_mb: 4096
|
||||||
|
|
||||||
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
|
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
|
||||||
beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}'
|
beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}'
|
||||||
|
|
Loading…
Reference in New Issue