Skip to content

Commit 14be88c

Browse files
authored
upgrade devnet rpc seems its cpu is reaching 100 (#605)
1 parent e3df8e5 commit 14be88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module "devnet_rpc" {
8383
vpc_id = local.vpc_id
8484
aws_subnet_id = local.aws_subnet_id
8585
ami_id = local.ami_id
86-
instance_type = "t3.large"
86+
instance_type = "t3.xlarge"
8787
ssh_key_name = local.ssh_key_name
8888
rpc_image = local.rpc_image
8989
volume_size = 1500

0 commit comments

Comments
 (0)