[Groonga-mysql-commit] mroonga/mroonga at 5ef4ceb [master] travis: reduce the max number of build processes for bundled build

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jun 20 14:52:10 JST 2015


Kouhei Sutou	2015-06-20 14:52:10 +0900 (Sat, 20 Jun 2015)

  New Revision: 5ef4cebee1062525cf818c1a967db2e7d6b38d6e
  https://github.com/mroonga/mroonga/commit/5ef4cebee1062525cf818c1a967db2e7d6b38d6e

  Message:
    travis: reduce the max number of build processes for bundled build

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+1 -1)
===================================================================
--- tools/travis/script.sh    2015-06-20 14:51:27 +0900 (1a5c97c)
+++ tools/travis/script.sh    2015-06-20 14:52:10 +0900 (1994544)
@@ -33,7 +33,7 @@ fi
 
 n_processors="$(grep '^processor' /proc/cpuinfo | wc -l)"
 if [ "${MROONGA_BUNDLED}" = "yes" ]; then
-  max_n_processors=4
+  max_n_processors=1
 else
   max_n_processors=8
 fi
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index