diff --git a/terraform/ecs/cluster.tf b/terraform/ecs/cluster.tf index 9d741c8..0ea8604 100644 --- a/terraform/ecs/cluster.tf +++ b/terraform/ecs/cluster.tf @@ -7,8 +7,8 @@ locals { task_memory = module.this.stage == "prod" ? var.task_memory : 512 otel_port = var.port + 1 - otel_cpu = 128 - otel_memory = 128 + otel_cpu = 256 + otel_memory = 256 } module "ecs_cpu_mem" {