bump data volume IOPS to 2500
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
2b4c2320ce
commit
8d939e1cd9
|
@ -3,7 +3,7 @@ locals {
|
|||
pyrmont_root_vol_size = 20
|
||||
pyrmont_data_vol_size = 150
|
||||
pyrmont_data_vol_type = "io1"
|
||||
pyrmont_data_vol_iops = 2000
|
||||
pyrmont_data_vol_iops = 2500
|
||||
/* Instances */
|
||||
pyrmont_large_instance_type = "z1d.large"
|
||||
pyrmont_small_instance_type = "t3a.medium"
|
||||
|
|
Loading…
Reference in New Issue