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