Skip to content

Commit ebf9198

Browse files
author
Vikas Agarwal
committed
increasing cpu and memory allocate to the container
1 parent 9913fae commit ebf9198

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": 1000,
58-
"cpu": 100,
57+
"memory": 1536,
58+
"cpu": 768,
5959
"environment": [
6060
{
6161
"name": "NODE_ENV",

0 commit comments

Comments
 (0)