This is an archive of the discontinued Mercurial Phabricator instance.

rust-status: cap the number of concurrent threads to 16
ClosedPublic

Authored by Alphare on Fri, Mar 18, 12:15 PM.

Details

Summary

During benchmarking it was determined that the use of more threads is very
advantageous... until we use more than 16. This is most likely due to some
resource contention (thrashing, etc.). Until we have time to figure out and
fix the underlying cause, let's just cap at 16 threads.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Alphare created this revision.Fri, Mar 18, 12:15 PM
marmoute accepted this revision.Fri, Mar 18, 12:32 PM
marmoute added a subscriber: marmoute.

Looks good for stable.

This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.