Skip to content

Commit ee96af5

Browse files
committed
4G mem
1 parent 70f802f commit ee96af5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ecs.worker.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"containerImage": "${CONTAINER_IMAGE}",
1111
"containerTag": "${CIRCLE_SHA1}",
1212
"containerPort": 1337,
13-
"memoryReservation": 2000,
13+
"memoryReservation": 4000,
14+
"cpu": 256,
1415
"essential": true
1516
},
1617
{
@@ -41,4 +42,4 @@
4142
]
4243
}
4344
]
44-
}
45+
}

0 commit comments

Comments
 (0)