Skip to content

Commit

Permalink
Merge pull request #169 from aws/muskanlalit18-patch-1
Browse files Browse the repository at this point in the history
Update task definition template to accomodate 10 containers' memory
  • Loading branch information
bhallasaksham authored Jan 28, 2025
2 parents e699242 + ffd703d commit 9ea69dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "mssql-tools",
"image": "AWS_ACCOUNT_NUMBER.dkr.ecr.us-west-1.amazonaws.com/my-mssql-tools:latest",
"cpu": 0,
"memoryReservation": 256,
"memoryReservation": 128,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down

0 comments on commit 9ea69dc

Please sign in to comment.