Skip to content

Commit 25e4b65

Browse files
committed
Increase memory and cpu for task
1 parent bcdeb56 commit 25e4b65

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
@@ -54,8 +54,8 @@ make_task_def(){
5454
"name": "%s",
5555
"image": "%s.dkr.ecr.%s.amazonaws.com/%s:%s",
5656
"essential": true,
57-
"memory": 200,
58-
"cpu": 10,
57+
"memory": 1000,
58+
"cpu": 100,
5959
"environment": [
6060
{
6161
"name": "NODE_ENV",

0 commit comments

Comments
 (0)