From 14be88cf37c407b58f91f3c7d3bdec9a42aa6999 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 16 Aug 2024 15:03:28 -0700 Subject: [PATCH] upgrade devnet rpc seems its cpu is reaching 100 (#605) --- cicd/terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/terraform/main.tf b/cicd/terraform/main.tf index dcb6e03914..940194b73f 100644 --- a/cicd/terraform/main.tf +++ b/cicd/terraform/main.tf @@ -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