Skip to content

Commit

Permalink
memory 4096
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Feb 5, 2025
1 parent 6e2d3c2 commit b670fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/nowcasting/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ source = "../../modules/services/ecs_task"
ecs-task_type = "forecast"
ecs-task_execution_role_arn = module.ecs.ecs_task_execution_role_arn
ecs-task_size = {
memory = 2048
memory = 4096
cpu = 1024
}

Expand Down

0 comments on commit b670fd2

Please sign in to comment.