From 972e7deaf1860f1ae74735d70ccf9a339412db43 Mon Sep 17 00:00:00 2001 From: Will Liu Date: Wed, 16 Oct 2024 17:05:17 -0400 Subject: [PATCH] bump socks cpu/mem --- indexer/locals.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,