Skip to content

Commit

Permalink
benchmark: increase worker instance size
Browse files Browse the repository at this point in the history
Doubles the worker instance size to see if it stabilizes the benchmark.
The worker is currently running out of memory after 3h of running the
benchmark.

Signed-off-by: Marc Lopez Rubio <[email protected]>
  • Loading branch information
marclop committed Feb 14, 2025
1 parent 93d2fd4 commit a0572da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/benchmark/system-profiles/8GBx1zone.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ user_name = "USER"

# APM bench

worker_instance_type = "c6i.xlarge"
worker_instance_type = "c6i.2xlarge"

# Elastic Cloud

Expand Down

0 comments on commit a0572da

Please sign in to comment.