[PATCH] D13389: [lit] Raise the default soft process limit when possible
hfinkel@anl.gov via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 2 10:42:55 PDT 2015
hfinkel added a comment.
Thanks.
================
Comment at: utils/lit/lit/run.py:231-234
@@ -230,1 +230,6 @@
+ # Because some tests use threads internally, and at least on Linux each
+ # of these threads counts toward the current process limit, try to
+ # raise the (soft) process limit so that tests don't fail due to
+ # resource exhaustion.
+ try:
----------------
chandlerc wrote:
> The comment is weirdly indented here...
*sigh* tabs; I'll fix prior to submitting.
http://reviews.llvm.org/D13389
More information about the llvm-commits
mailing list