Skip to content

Commit

Permalink
bump socks cpu/mem (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill authored Oct 16, 2024
1 parent eeefc4b commit 4aef14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indexer/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4aef14d

Please sign in to comment.