Skip to content

Commit 2e2cbd9

Browse files
author
Bryan C. Mills
committed
dashboard: switch host-freebsd-13_0-big to e2-standard-4 machines
This reduces the freebsd-amd64-race builder to 4 vCPUs instead of 16, which should also reduce the default GOMAXPROCS and default -test.parallel settings on that builder. The theory is that by switching to a standard CPU-to-RAM ratio, we will avoid OOMing in memory-bound x/tools tests, which scale their parallelism by GOMAXPROCS rather than the machine's total RAM size. For golang/go#49347 Change-Id: I6960efc5636fef7d2e6197aee33212a7823f0970 Reviewed-on: https://go-review.googlesource.com/c/build/+/382058 Trust: Bryan Mills <[email protected]> Run-TryBot: Bryan Mills <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 2adbdc4 commit 2e2cbd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard/builders.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ var Hosts = map[string]*HostConfig{
322322
},
323323
"host-freebsd-13_0-big": &HostConfig{
324324
VMImage: "freebsd-amd64-130-stable-20211230",
325-
Notes: "Same as host-freebsd-13_0, but on e2-highcpu-16",
326-
machineType: "e2-highcpu-16", // 16 vCPUs, 16 GB mem
325+
Notes: "Same as host-freebsd-13_0, but on e2-standard-4",
326+
machineType: "e2-standard-4", // 4 vCPUs, 16 GB mem
327327
buildletURLTmpl: "https://storage.googleapis.com/$BUCKET/buildlet.freebsd-amd64",
328328
goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/go1.4-freebsd-amd64.tar.gz",
329329
SSHUsername: "gopher",

0 commit comments

Comments
 (0)