This is an archive of the discontinued LLVM Phabricator instance.

Increase link concurrency for sanitizer-x86_64-linux-bootstrap bot.
ClosedPublic

Authored by krasin on Dec 2 2015, 3:45 PM.

Details

Summary

After sanitizer-x86_64-linux-bootstrap bot upgrade to have more RAM,
it's possible to link more binaries at once. Bumping the limit
from 3 to 20 to speed up the build.

Also, remove unused MAKE_JOBS.

Diff Detail

Event Timeline

krasin updated this revision to Diff 41687.Dec 2 2015, 3:45 PM
krasin retitled this revision from to Increase link concurrency for sanitizer-x86_64-linux-bootstrap bot..
krasin updated this object.
krasin added a reviewer: samsonov.

IIRC we had strong reasons to limit the number of link jobs to just 3: sanitized binaries in debug build (and UBSan bootstrap uses debug) are enormous, and linking them eats many gigs of RAM, hanging the server. eugenis@ did this experiments.

Maybe the server is powerful enough now, but please be cautious.

eugenis accepted this revision.Dec 2 2015, 4:20 PM
eugenis edited edge metadata.
This revision is now accepted and ready to land.Dec 2 2015, 4:20 PM
krasin closed this revision.Dec 2 2015, 4:20 PM