gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] branch master updated: tests: limit number


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: tests: limit number of used CPU cores for crazy configurations
Date: Fri, 08 Dec 2017 14:23:18 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 7ea02f1a tests: limit number of used CPU cores for crazy configurations
7ea02f1a is described below

commit 7ea02f1af4032362adca8224888d1983440cc241
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Fri Dec 8 16:22:59 2017 +0300

    tests: limit number of used CPU cores for crazy configurations
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 60518438..44b078cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1935,6 +1935,7 @@ AC_MSG_RESULT($use_gcov)
 AM_CONDITIONAL([USE_COVERAGE], [test "x$use_gcov" = "xyes"])
 
 AX_COUNT_CPUS
+AS_IF([[test "$CPU_COUNT" -gt "32"]], [[CPU_COUNT="32"]])dnl Limit resource 
usage
 AC_SUBST([CPU_COUNT])
 
 AC_MSG_CHECKING([[whether to enable debug asserts]])

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]