Skip to content

Commit b180e73

Browse files
Bump Crater vCPU counts up
1 parent 6adb73b commit b180e73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/crater/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,18 @@ locals {
5454
"us-central1-n2d" = {
5555
region = "us-central1",
5656
instance_type = "n2d-highcpu-16",
57-
count = 24,
57+
count = 26,
5858
},
5959
"us-east1-n2d" = {
6060
region = "us-east5",
6161
instance_type = "n2d-highcpu-16",
6262
// Current max capacity - 5 instances, 80 cores
63-
count = 1,
63+
count = 5,
6464
},
6565
"us-central1-c2d" = {
6666
region = "us-central1",
6767
instance_type = "c2d-highcpu-8",
68-
count = 20,
68+
count = 22,
6969
},
7070
}
7171
}

0 commit comments

Comments
 (0)