Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build: adjust LUCI load at openbsd-ppc64 builder #70213

Open
n2vigo opened this issue Nov 6, 2024 · 2 comments
Open

x/build: adjust LUCI load at openbsd-ppc64 builder #70213

n2vigo opened this issue Nov 6, 2024 · 2 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@n2vigo
Copy link

n2vigo commented Nov 6, 2024

As agreed with @dmitshur and Michael K, add GOMAXPROCS to try reducing the load average on the builder machine.

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Nov 6, 2024
@gopherbot gopherbot added this to the Unreleased milestone Nov 6, 2024
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/625317 mentions this issue: x/build: adjust LUCI load at openbsd-ppc64 builder

gopherbot pushed a commit to golang/build that referenced this issue Nov 6, 2024
Try setting GOMAXPROCS. We'll start with 2 to confirm a
clear effect, then may raise it to 4.

For golang/go#70213

Change-Id: Ic5f5e0b99c5e9ead896a465e39286ab161f431c7
Reviewed-on: https://go-review.googlesource.com/c/build/+/625317
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
@dr2chase dr2chase added the NeedsFix The path to resolution is known, but the work has not been done. label Nov 6, 2024
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/633996 mentions this issue: main.star: adjust LUCI load at openbsd-ppc64 builder

gopherbot pushed a commit to golang/build that referenced this issue Dec 5, 2024
Try increasing GOMAXPROCS to 8, the actual number of cores
on this machine. The builder has been running solidly but
slowly at 2, and we hope that recent openbsd pagedaemon
changes may allow the increase.

For golang/go#70213

Change-Id: I2bc9914fefe2a2f5f1cddf0fa59c0ab3b12c69ed
Reviewed-on: https://go-review.googlesource.com/c/build/+/633996
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants