Skip to content

Commit

Permalink
add v1 gcp profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvs committed Oct 23, 2024
1 parent 4fcb2de commit 0e96c33
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions testing/benchmark/system-profiles/v1.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
user_name = "USER"

# APM bench

stack_version = "8.16.0-SNAPSHOT"
ess_region = "gcp-us-west2"
deployment_template = "gcp-cpu-optimized"

worker_instance_type = "c6i.xlarge"
worker_region = "us-west-2"

# Elastic Cloud

apm_server_size = "8g"
apm_server_zone_count = 1

elasticsearch_size = "64g"
elasticsearch_zone_count = 2

# Standalone

standalone_apm_server_instance_size = "c6i.xlarge"
standalone_moxy_instance_size = "c6i.2xlarge"

0 comments on commit 0e96c33

Please sign in to comment.