upgrade devnet rpc seems its cpu is reaching 100 (#605)

This commit is contained in:
Liam 2024-08-16 15:03:28 -07:00 committed by GitHub
parent e3df8e55a6
commit 14be88cf37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,7 @@ module "devnet_rpc" {
vpc_id = local.vpc_id
aws_subnet_id = local.aws_subnet_id
ami_id = local.ami_id
instance_type = "t3.large"
instance_type = "t3.xlarge"
ssh_key_name = local.ssh_key_name
rpc_image = local.rpc_image
volume_size = 1500