From aeb01339eec5d9c2f788516acd2af24bcf15afc0 Mon Sep 17 00:00:00 2001 From: Ruben van Staden Date: Tue, 26 Nov 2024 08:28:28 -0500 Subject: [PATCH] change es instance to multiple of 60gb --- .../benchmark/system-profiles/15gb_v0.tfvars | 24 ------------------- .../benchmark/system-profiles/16gb_v0.tfvars | 4 ++-- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 testing/benchmark/system-profiles/15gb_v0.tfvars diff --git a/testing/benchmark/system-profiles/15gb_v0.tfvars b/testing/benchmark/system-profiles/15gb_v0.tfvars deleted file mode 100644 index 80eb1367724..00000000000 --- a/testing/benchmark/system-profiles/15gb_v0.tfvars +++ /dev/null @@ -1,24 +0,0 @@ -user_name = "USER" - -ess_region = "azure-westus2" -deployment_template = "azure-cpu-optimized" -stack_version = "8.16.0" - -# APM bench - -worker_instance_type = "c6i.2xlarge" -worker_region = "azure-westus2" - -# Elastic Cloud - -apm_server_size = "15g" -apm_server_zone_count = 1 -apm_shards = 4 - -elasticsearch_size = "60g" -elasticsearch_zone_count = 2 - -# Standalone - -standalone_apm_server_instance_size = "c6i.2xlarge" -standalone_moxy_instance_size = "c6i.4xlarge" diff --git a/testing/benchmark/system-profiles/16gb_v0.tfvars b/testing/benchmark/system-profiles/16gb_v0.tfvars index fb2cafa42cf..5d6c8fede50 100644 --- a/testing/benchmark/system-profiles/16gb_v0.tfvars +++ b/testing/benchmark/system-profiles/16gb_v0.tfvars @@ -11,11 +11,11 @@ worker_region = "us-west-2" # Elastic Cloud -apm_server_size = "15g" +apm_server_size = "16g" apm_server_zone_count = 1 apm_shards = 4 -elasticsearch_size = "128g" +elasticsearch_size = "120g" elasticsearch_zone_count = 2 # Standalone