trying to bump memory to make queries faster.
This commit is contained in:
@@ -92,5 +92,5 @@
|
||||
"FARGATE"
|
||||
],
|
||||
"cpu": "2048",
|
||||
"memory": "4096"
|
||||
"memory": "8192"
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ resource "aws_ecs_task_definition" "integreat_app" {
|
||||
|
||||
family = "integreat_app_${var.stage}"
|
||||
container_definitions = file("${var.stage}-taskdef.json")
|
||||
memory = 4096
|
||||
memory = 8192
|
||||
cpu = 2048
|
||||
network_mode = "awsvpc"
|
||||
requires_compatibilities = ["FARGATE"]
|
||||
|
||||
Reference in New Issue
Block a user