From 3f9e8685c8481e5fe0a077ec67fa7d986327fe31 Mon Sep 17 00:00:00 2001 From: Ruben van Staden Date: Thu, 17 Oct 2024 17:51:01 -0400 Subject: [PATCH] update 4gb tf profile --- testing/benchmark/system-profiles/4GBx1zone.tfvars | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/testing/benchmark/system-profiles/4GBx1zone.tfvars b/testing/benchmark/system-profiles/4GBx1zone.tfvars index 3ffda6cdc31..bad3ed7a090 100644 --- a/testing/benchmark/system-profiles/4GBx1zone.tfvars +++ b/testing/benchmark/system-profiles/4GBx1zone.tfvars @@ -1,19 +1,21 @@ user_name = "USER" +ess_region = "gcp-us-west2" +deployment_template = "gcp-cpu-optimized" +stack_version = "8.15.2" + # APM bench worker_instance_type = "c6i.large" +worker_region = "us-west-2" # Elastic Cloud -# The number of AZs the APM Server should span. +apm_server_size = "4g" apm_server_zone_count = 1 -# The Elasticsearch cluster node size. + elasticsearch_size = "32g" -# The number of AZs the Elasticsearch cluster should have. elasticsearch_zone_count = 2 -# APM server instance size -apm_server_size = "4g" # Standalone