From 68f370d447ee5a106a3590155669536a0660ce4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 17 May 2022 21:37:40 +0200 Subject: [PATCH] nimbus.geth: increase data volume to 200 GB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Full sync for Goerli reached 123GB. 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 df73554..deb4ea9 100644 --- a/geth.tf +++ b/geth.tf @@ -36,7 +36,7 @@ module "nimbus_geth_goerli" { /* Scaling */ type = "t3a.large" root_vol_size = 10 - data_vol_size = 150 + data_vol_size = 200 data_vol_type = "gp2" host_count = 1