-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
Buildersx/build issues (builders, bots, dashboards)x/build issues (builders, bots, dashboards)FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Buildersx/build issues (builders, bots, dashboards)x/build issues (builders, bots, dashboards)FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Type
Projects
Status
Done