Skip to content

Commit

Permalink
update 4gb tf profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvs committed Oct 21, 2024
1 parent d0eb7a5 commit 3f9e868
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions testing/benchmark/system-profiles/4GBx1zone.tfvars
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3f9e868

Please sign in to comment.