x/build/cmd/racebuild: OOM on linux-ppc64le-buildlet builder #52105
Labels
Builders
x/build issues (builders, bots, dashboards)
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Uh oh!
There was an error while loading. Please reload this page.
I tried to update the race detector syso files, using the racebuild command. The script OOMs consistently on linux-ppc64le-buildlet builder. It seems the OOMing happens at the step when checking out the LLVM repository to /workdir. The repository is rather big.
/workdir is tmpfs. A workaround is to check out the repository to disk, e.g. /tmp, which seems to work.
Or maybe we want to somehow increase the memory of the PPC64 builders (see also #49957).
The text was updated successfully, but these errors were encountered: