Skip to content

Commit 6da8b5b

Browse files
author
Vikas Agarwal
committed
reducing the resource limit for containers so that we can spawn 2 instances per task while deploying
1 parent 81b6e4e commit 6da8b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ make_task_def(){
120120
"name": "%s",
121121
"image": "%s.dkr.ecr.%s.amazonaws.com/%s:%s",
122122
"essential": true,
123-
"memory": 1536,
124-
"cpu": 768,
123+
"memory": 768,
124+
"cpu": 512,
125125
"entryPoint": ["%s", "%s", "%s"],
126126
"environment": [
127127
{

0 commit comments

Comments
 (0)