mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
upgrade devnet rpc seems its cpu is reaching 100 (#605)
This commit is contained in:
parent
e3df8e55a6
commit
14be88cf37
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ module "devnet_rpc" {
|
||||||
vpc_id = local.vpc_id
|
vpc_id = local.vpc_id
|
||||||
aws_subnet_id = local.aws_subnet_id
|
aws_subnet_id = local.aws_subnet_id
|
||||||
ami_id = local.ami_id
|
ami_id = local.ami_id
|
||||||
instance_type = "t3.large"
|
instance_type = "t3.xlarge"
|
||||||
ssh_key_name = local.ssh_key_name
|
ssh_key_name = local.ssh_key_name
|
||||||
rpc_image = local.rpc_image
|
rpc_image = local.rpc_image
|
||||||
volume_size = 1500
|
volume_size = 1500
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue