Skip to content

Commit

Permalink
set task memory/cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Nov 14, 2024
1 parent c6433ca commit 9b2ad76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/cdpt-chaps/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ resource "aws_ecs_task_definition" "chap_yarp_task_definition" {
execution_role_arn = aws_iam_role.app_execution.arn
task_role_arn = aws_iam_role.app_task.arn

memory = 2048
cpu = 1024
memory = 2300
cpu = 1200
essential = true

container_definitions = jsonencode([
Expand Down

0 comments on commit 9b2ad76

Please sign in to comment.