nimbus.mainnet: increase stable-small root volume size
Nimbus logs take up to 10G on hosts. And current disk space is 15-25%
This commit is contained in:
parent
08db65a52e
commit
c2a939087d
|
@ -62,7 +62,7 @@ module "nimbus_nodes_mainnet_stable_small" {
|
||||||
|
|
||||||
/* Scaling */
|
/* Scaling */
|
||||||
type = "t3a.large"
|
type = "t3a.large"
|
||||||
root_vol_size = 20
|
root_vol_size = 30
|
||||||
data_vol_size = 600
|
data_vol_size = 600
|
||||||
data_vol_type = "gp2"
|
data_vol_type = "gp2"
|
||||||
host_count = 2
|
host_count = 2
|
||||||
|
|
Loading…
Reference in New Issue