store-db: double the size of prod DB hosts

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-07-31 16:32:57 +02:00
parent 91117c823c
commit 76788ba471
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 3 additions and 3 deletions

View File

@ -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
}