Skip to content

Commit

Permalink
Make the ECS on devnet only use 0.25 units of CPU (ethereum#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrjerome authored Dec 12, 2022
1 parent d4fc180 commit 96339ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/devnet/terraform/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ resource "aws_ecs_task_definition" "devnet_task_definition_group" {
# Please set it back to cpu 256 and memory of 2048 after sync is done to save the cost
# cpu = 256
# memory = 2048
cpu = 512
memory = 4096
cpu = 256
memory = 2048
volume {
name = "efs"

Expand Down

0 comments on commit 96339ec

Please sign in to comment.