From eab969f9484beef06b04b339fb1307075e29bd06 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Mon, 20 Sep 2021 10:53:56 -0400 Subject: [PATCH] ops: double cpu and ram to 2GHz/4GBs --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 45165bad9..9b2b09f74 100644 --- a/main.tf +++ b/main.tf @@ -37,8 +37,8 @@ module "soft_serve" { app_image = var.app_image app_count = 2 app_ssh_port = 23231 - fargate_cpu = "1024" - fargate_memory = "2048" + fargate_cpu = "2048" + fargate_memory = "4096" force_new_deployment = var.force_new_deployment app_use_default_ssh_port = true authorization_keys = var.authorization_keys