We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca6d36 commit 9e8fbefCopy full SHA for 9e8fbef
terraform/dev/locals.tf
@@ -69,7 +69,7 @@ locals {
69
name = svc
70
image = svc == "api-dev" ? "${local.ecr_repo_urls["dev"]}:placeholder" : task_def.container_image
71
cpu = 256
72
- memory = 384
+ memory = 256
73
essential = true
74
command = svc == "api-dev" ? tolist([
75
"java", "-javaagent:/dd-java-agent.jar",
terraform/dev/terraform.tfvars
@@ -16,7 +16,7 @@ ecs_services = {
16
ecs_task_definitions_base = {
17
api-dev = {
18
cpu = 512
19
- memory = 512
+ memory = 384
20
network_mode = "bridge"
21
requires_compatibilities = ["EC2"]
22
0 commit comments