increase size of geth nodes to t3a.large
Syncing slowed to a crawl. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
57dce5d830
commit
22cb5ea46e
4
geth.tf
4
geth.tf
|
@ -8,7 +8,7 @@ module "nimbus_geth_mainnet" {
|
|||
domain = var.domain
|
||||
|
||||
/* Scaling */
|
||||
instance_type = "t3a.medium"
|
||||
instance_type = "t3a.large"
|
||||
root_vol_size = 10
|
||||
data_vol_size = 700
|
||||
data_vol_type = "gp2"
|
||||
|
@ -34,7 +34,7 @@ module "nimbus_geth_goerli" {
|
|||
domain = var.domain
|
||||
|
||||
/* Scaling */
|
||||
instance_type = "t3a.medium"
|
||||
instance_type = "t3a.large"
|
||||
root_vol_size = 10
|
||||
data_vol_size = 50
|
||||
data_vol_type = "gp2"
|
||||
|
|
Loading…
Reference in New Issue