From 4aef14dd83c85188f88a840a5fcce0567b9d0df7 Mon Sep 17 00:00:00 2001 From: dydxwill <119354122+dydxwill@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:18:08 -0400 Subject: [PATCH] bump socks cpu/mem (#147) --- 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,