From 76788ba471d0c85157eabbf3ad30f1899e17e017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 31 Jul 2024 16:32:57 +0200 Subject: [PATCH] store-db: double the size of prod DB hosts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- workspaces.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces.tf b/workspaces.tf index a1ab8a9..5afec90 100644 --- a/workspaces.tf +++ b/workspaces.tf @@ -27,9 +27,9 @@ locals { /* Settings specific to the test fleet/workspace. */ prod = { - db_do_type = "s-2vcpu-4gb" - db_ac_type = "ecs.c6.large" - db_gc_type = "c2d-highcpu-2" + db_do_type = "s-4vcpu-8gb" + db_ac_type = "ecs.c6.xlarge" + db_gc_type = "c2d-highcpu-4" store_db_data_vol_size = 320 }