mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-23 10:58:06 +00:00
geth: increase mainnet data volume to 1.5 TB
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ebb5910a4b
commit
86c637c224
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 = 1200
|
data_vol_size = 1500
|
||||||
data_vol_type = "gp2"
|
data_vol_type = "gp2"
|
||||||
host_count = 1
|
host_count = 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user