Skip to content

Commit

Permalink
add 30gb server with 240gb ES instance
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvs committed Nov 26, 2024
1 parent 9dce642 commit 4d44939
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions testing/benchmark/system-profiles/30gb_v0.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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 = "us-west-2"

# Elastic Cloud

apm_server_size = "30g"
apm_server_zone_count = 1
apm_shards = 4

elasticsearch_size = "240g"
elasticsearch_zone_count = 2
elasticsearch_dedicated_masters = true

# Standalone

standalone_apm_server_instance_size = "c6i.4xlarge"
standalone_moxy_instance_size = "c6i.8xlarge"

0 comments on commit 4d44939

Please sign in to comment.