Skip to content

Commit b27ec5f

Browse files
authored
Merge pull request #438 from pollett/more-ram
4G mem
2 parents 70f802f + ee96af5 commit b27ec5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ecs.worker.json

+3-2
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)