From 038cdd767fc129735d77e37752eaa3aaf068b892 Mon Sep 17 00:00:00 2001 From: Kostiantyn Masliuk <1pkg@protonmail.com> Date: Wed, 11 Sep 2024 09:18:37 -0700 Subject: [PATCH] use larger benchmark worker size for 32gb --- testing/benchmark/system-profiles/32GBx2zone.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/benchmark/system-profiles/32GBx2zone.tfvars b/testing/benchmark/system-profiles/32GBx2zone.tfvars index 10a9180257b..7898854dac9 100644 --- a/testing/benchmark/system-profiles/32GBx2zone.tfvars +++ b/testing/benchmark/system-profiles/32GBx2zone.tfvars @@ -13,4 +13,4 @@ apm_server_size = "32g" # Number of shards for the ES indices apm_shards = 4 # Benchmarks executor size executor -worker_instance_type = "c6i.2xlarge" +worker_instance_type = "c6i.4xlarge"