This is an archive of the discontinued LLVM Phabricator instance.

[zorg] [PowerPC] Limit number of threads to 20 on clang-ppc64le-rhel buildbot
ClosedPublic

Authored by saghir on Oct 2 2020, 10:27 AM.

Details

Summary

Earlier, we reduced the number of threads to 64 but we were still seeing
sanitizer tests failing. We experimented with the number of threads and saw
20 threads working fine for the bot. This patch reduces the number of threads
from 64 to 20 on the clang-ppc64le-rhel buildbot.

Diff Detail

Event Timeline

saghir created this revision.Oct 2 2020, 10:27 AM
saghir requested review of this revision.Oct 2 2020, 10:27 AM
saghir added reviewers: Restricted Project, stefanp, lei.Oct 2 2020, 10:28 AM
saghir added a project: Restricted Project.

LGTM. Let's reduce this until we can add the option to limit the number of threads for LLD into lit configs.

nemanjai accepted this revision.Oct 15 2020, 11:04 AM

Forgot to accept.

This revision is now accepted and ready to land.Oct 15 2020, 11:04 AM
saghir updated this revision to Diff 298442.Oct 15 2020, 12:47 PM

Updating number of threads to 20.

saghir retitled this revision from [zorg] [PowerPC] Limit number of threads to 32 on clang-ppc64le-rhel buildbot to [zorg] [PowerPC] Limit number of threads to 20 on clang-ppc64le-rhel buildbot.Oct 15 2020, 12:48 PM
saghir edited the summary of this revision. (Show Details)