Skip to content

Commit 03f5d4a

Browse files
Increase autoscaler to 6 instances
This matches a single 96 vCPU instance in terms of raw compute power; it'll more easily let us estimate whether we're exceeding the current speed of those instances.
1 parent 5da51bb commit 03f5d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/crater/agent.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ resource "google_compute_region_autoscaler" "agents" {
180180
target = google_compute_region_instance_group_manager.agents.id
181181

182182
autoscaling_policy {
183-
max_replicas = 3
183+
max_replicas = 6
184184
min_replicas = 1
185185
cooldown_period = 120
186186
// This is pretty low, but in practice we want to scale out to the max

0 commit comments

Comments
 (0)