Skip to content

Commit 8768b80

Browse files
committed
Add io2 6000iops profile
1 parent b9d5d6d commit 8768b80

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
user_name = "USER"
2+
3+
# APM bench
4+
5+
worker_instance_type = "c6i.xlarge"
6+
7+
# Elastic Cloud
8+
9+
# The number of AZs the APM Server should span.
10+
apm_server_zone_count = 1
11+
# The Elasticsearch cluster node size.
12+
elasticsearch_size = "64g"
13+
# The number of AZs the Elasticsearch cluster should have.
14+
elasticsearch_zone_count = 2
15+
# APM server instance size
16+
apm_server_size = "8g"
17+
18+
# Standalone
19+
20+
standalone_apm_server_instance_size = "c6i.xlarge"
21+
standalone_apm_server_volume_type = "io2"
22+
standalone_apm_server_iops = 6000
23+
standalone_moxy_instance_size = "c6i.2xlarge"

0 commit comments

Comments
 (0)