bump size of Goerli Geth node to t3a.large
It keeps hitting memory limits and failing to sync. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a5a950bb91
commit
bb1e3ff3ba
|
@ -17,7 +17,7 @@ geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}'
|
||||||
geth_websocket_origins: '*'
|
geth_websocket_origins: '*'
|
||||||
|
|
||||||
# Memory settings
|
# Memory settings
|
||||||
geth_cont_mem_ratio: 0.8
|
geth_cont_mem_ratio: 0.7
|
||||||
|
|
||||||
# Geth metrics
|
# Geth metrics
|
||||||
geth_source_cont_name: '{{ geth_cont_name }}'
|
geth_source_cont_name: '{{ geth_cont_name }}'
|
||||||
|
|
2
geth.tf
2
geth.tf
|
@ -34,7 +34,7 @@ module "nimbus_geth_goerli" {
|
||||||
domain = var.domain
|
domain = var.domain
|
||||||
|
|
||||||
/* Scaling */
|
/* Scaling */
|
||||||
instance_type = "t3a.medium"
|
instance_type = "t3a.large"
|
||||||
root_vol_size = 10
|
root_vol_size = 10
|
||||||
data_vol_size = 50
|
data_vol_size = 50
|
||||||
data_vol_type = "gp2"
|
data_vol_type = "gp2"
|
||||||
|
|
Loading…
Reference in New Issue