mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-16 16:54:15 +00:00
bump Mainnet Geth node data volume to 1.8 TB
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
91c03ecb80
commit
e2749a7c9f
2
geth.tf
2
geth.tf
@ -10,7 +10,7 @@ module "nimbus_geth_mainnet" {
|
|||||||
/* Scaling */
|
/* Scaling */
|
||||||
instance_type = "t3a.xlarge"
|
instance_type = "t3a.xlarge"
|
||||||
root_vol_size = 10
|
root_vol_size = 10
|
||||||
data_vol_size = 1500
|
data_vol_size = 1800
|
||||||
data_vol_type = "gp2"
|
data_vol_type = "gp2"
|
||||||
host_count = 1
|
host_count = 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user