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:
Jakub Sokołowski 2020-11-25 12:52:59 +01:00
parent 57dce5d830
commit 22cb5ea46e
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -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"