Skip to content

Commit ace782c

Browse files
committed
changed memory from 2048 to 4096
1 parent 7da3af0 commit ace782c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ops/tasks/prod/task_def.json.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"mountPoints": [],
27-
"memory": 2048,
27+
"memory": 4096,
2828
"volumesFrom": [],
2929
"image": "084888172679.dkr.ecr.us-east-1.amazonaws.com/kepler:{{branch}}",
3030
"essential": true,
@@ -40,5 +40,5 @@
4040
"FARGATE"
4141
],
4242
"cpu": "1024",
43-
"memory": "2048"
43+
"memory": "4096"
4444
}

0 commit comments

Comments
 (0)