Skip to content

Commit

Permalink
revert ES size updates for 15gb and 4gb
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvs committed Dec 10, 2024
1 parent 935080f commit 6fcb11b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions testing/benchmark/system-profiles/15gb_v0.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ apm_server_size = "15g"
apm_server_zone_count = 1
apm_shards = 4

elasticsearch_size = "180g"
elasticsearch_size = "120g"
elasticsearch_zone_count = 2
elasticsearch_dedicated_masters = true

# Standalone

Expand Down
2 changes: 1 addition & 1 deletion testing/benchmark/system-profiles/4gb_v0.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ worker_region = "us-west-2"
apm_server_size = "4g"
apm_server_zone_count = 1

elasticsearch_size = "60g"
elasticsearch_size = "30g"
elasticsearch_zone_count = 2

# Standalone
Expand Down

0 comments on commit 6fcb11b

Please sign in to comment.