Skip to content

Commit

Permalink
perf: apm server with 8gb
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvs committed Oct 8, 2024
1 parent ff876dc commit f4b7dd6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion testing/benchmark/system-profiles/1GBx1zone.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ worker_instance_type = "c6i.large"

apm_server_zone_count = 1
elasticsearch_size = "256g"
elasticsearch_zone_count = 3
elasticsearch_zone_count = 2
apm_server_size = "1g"

# Standalone
Expand Down
13 changes: 6 additions & 7 deletions testing/benchmark/system-profiles/8GBx1zone.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ user_name = "USER"

# APM bench

worker_instance_type = "c6i.xlarge"
stack_version = "8.16.0-SNAPSHOT"
ess_region = "gcp-us-west2"
deployment_template = "gcp-cpu-optimized"
worker_instance_type = "c6i.large"

# Elastic Cloud

# The number of AZs the APM Server should span.
apm_server_zone_count = 1
# The Elasticsearch cluster node size.
elasticsearch_size = "64g"
# The number of AZs the Elasticsearch cluster should have.
elasticsearch_zone_count = 2
# APM server instance size
elasticsearch_size = "256g"
elasticsearch_zone_count = 3
apm_server_size = "8g"

# Standalone
Expand Down

0 comments on commit f4b7dd6

Please sign in to comment.