From c2a939087d8772cc4da1d7aea2cec403e30a1b40 Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Fri, 22 Dec 2023 15:47:07 +0100 Subject: [PATCH] nimbus.mainnet: increase stable-small root volume size Nimbus logs take up to 10G on hosts. And current disk space is 15-25% --- mainnet.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainnet.tf b/mainnet.tf index f63e036..f167258 100644 --- a/mainnet.tf +++ b/mainnet.tf @@ -62,7 +62,7 @@ module "nimbus_nodes_mainnet_stable_small" { /* Scaling */ type = "t3a.large" - root_vol_size = 20 + root_vol_size = 30 data_vol_size = 600 data_vol_type = "gp2" host_count = 2