From 4d77e0632a28e813a9ee304e12e403536c8283b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 7 Dec 2023 12:19:36 +0100 Subject: [PATCH] status.test: upgrade DB instance to s-6vcpu-16gb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It appears the main bottleneck is CPU and not memory. But lets see. In the long term we should get a hardware host if we need bigger instances to handle queries on DB hosts. Signed-off-by: Jakub SokoĊ‚owski --- workspaces.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces.tf b/workspaces.tf index caa85f4..679c981 100644 --- a/workspaces.tf +++ b/workspaces.tf @@ -29,7 +29,7 @@ locals { # Inherits defaults. test = { - db_do_type = "s-2vcpu-2gb" + db_do_type = "s-6vcpu-16gb" } prod = { node_count = 2