nimbus.geth: increase data volume to 200 GB

Full sync for Goerli reached 123GB.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-05-17 21:37:40 +02:00
parent f6c1529bea
commit 68f370d447
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

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