Skip to content

Commit

Permalink
Fix memory in ecs task definition
Browse files Browse the repository at this point in the history
  • Loading branch information
shrir committed Nov 4, 2024
1 parent 6511dd4 commit 48643c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws/ecs-task-definition-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
"networkMode": "awsvpc",
"requiresCompatibilities": ["FARGATE"],
"cpu": "2048",
"memory": "3072",
"memory": "4096",
"executionRoleArn": "arn:aws:iam::050206582437:role/chapter-app-ecs-task-execution-role-prod",
"taskRoleArn": "arn:aws:iam::050206582437:role/chapter-app-ecs-task-role-prod"
}

0 comments on commit 48643c4

Please sign in to comment.