status.test: upgrade DB instance to s-6vcpu-16gb

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 <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-12-07 12:19:36 +01:00
parent b6b26c43cb
commit 4d77e0632a
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ locals {
# Inherits defaults.
test = {
db_do_type = "s-2vcpu-2gb"
db_do_type = "s-6vcpu-16gb"
}
prod = {
node_count = 2