diff --git a/indexer/locals.tf b/indexer/locals.tf index e398b6b9..3322cd55 100644 --- a/indexer/locals.tf +++ b/indexer/locals.tf @@ -102,8 +102,8 @@ locals { }, "${local.service_names["socks"]}" : { ecs_desired_count : var.socks_ecs_desired_count, - task_definition_memory : 8192, - task_definition_cpu : 4096, + task_definition_memory : 16384, + task_definition_cpu : 8192, is_public_facing : true, ports : [8080, 8000], health_check_port : 8000,