[PATCH] D78408: [llvm-cov] Prevent llvm-cov from using too many threads
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 10:20:00 PDT 2020
aganea added a comment.
In D78408#1997212 <https://reviews.llvm.org/D78408#1997212>, @phosek wrote:
> [...] and I still haven't managed to get that working (the issue only reproduces on our bots, I haven't managed to reproduce that issue locally on my workstation)
The issue is clearly related to the number of cores in the system, the amount of instances of LLVM exes that are running at once, and rlimits. Does your workstation have the same hardware config as the bots?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78408/new/
https://reviews.llvm.org/D78408
More information about the llvm-commits
mailing list