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.
Differential D15164
Increase link concurrency for sanitizer-x86_64-linux-bootstrap bot. krasin on Dec 2 2015, 3:45 PM. Authored by
Details After sanitizer-x86_64-linux-bootstrap bot upgrade to have more RAM, Also, remove unused MAKE_JOBS.
Diff Detail Event TimelineComment Actions 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. |