This is an archive of the discontinued LLVM Phabricator instance.

[lsan] Bump the thread limit from 1<<13 to 1<<22
ClosedPublic

Authored by MaskRay on Jun 4 2021, 5:37 PM.

Details

Summary

This matches asan. Some applications need more than 1<<13 threads.

Diff Detail

Event Timeline

MaskRay requested review of this revision.Jun 4 2021, 5:37 PM
MaskRay created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 4 2021, 5:37 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Jun 4 2021, 7:57 PM
This revision is now accepted and ready to land.Jun 4 2021, 7:57 PM
This revision was automatically updated to reflect the committed changes.