From 22cb5ea46e44a4a7e519146ecc3fe082f9657626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 25 Nov 2020 12:52:59 +0100 Subject: [PATCH] increase size of geth nodes to t3a.large MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Syncing slowed to a crawl. Signed-off-by: Jakub SokoĊ‚owski --- geth.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geth.tf b/geth.tf index 870ca33..b273e08 100644 --- a/geth.tf +++ b/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"