From 7407328138dd2af76f5bdb782027193ae2f444e7 Mon Sep 17 00:00:00 2001 From: Robert Fairburn <8029478+rfairburn@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:10:57 -0600 Subject: [PATCH] Dogfood update 2 (#16934) --- infrastructure/dogfood/terraform/aws-tf-module/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/dogfood/terraform/aws-tf-module/main.tf b/infrastructure/dogfood/terraform/aws-tf-module/main.tf index 963ad217c4..cb4162bd43 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/main.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/main.tf @@ -93,8 +93,8 @@ module "main" { fleet_config = { image = local.geolite2_image family = local.customer - cpu = 256 - mem = 512 + cpu = 1024 + mem = 4096 autoscaling = { min_capacity = 2 max_capacity = 5