From 86461527b67c995186782c49c94c9b4f2586f364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 16 Aug 2022 18:50:12 +0200 Subject: [PATCH] geth: bump Goerli node data volume to 300 GB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are already at ~165 GB of Goerli chain data. Signed-off-by: Jakub SokoĊ‚owski --- geth.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geth.tf b/geth.tf index e8518e6..3cdece0 100644 --- a/geth.tf +++ b/geth.tf @@ -37,7 +37,7 @@ module "nimbus_geth_goerli" { /* Scaling */ type = "t3a.large" root_vol_size = 10 - data_vol_size = 200 + data_vol_size = 300 data_vol_type = "gp2" host_count = 1