[Groonga-mysql-commit] mroonga/mroonga at 42c0072 [master] travis: reduce the max number of build processes

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sat Jun 20 13:12:11 JST 2015


Kouhei Sutou	2015-06-20 13:12:11 +0900 (Sat, 20 Jun 2015)

  New Revision: 42c00720956dc7c10472b51ee5df701d5af7a2dd
  https://github.com/mroonga/mroonga/commit/42c00720956dc7c10472b51ee5df701d5af7a2dd

  Message:
    travis: reduce the max number of build processes

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+5 -1)
===================================================================
--- tools/travis/script.sh    2015-06-20 13:10:14 +0900 (953a0c4)
+++ tools/travis/script.sh    2015-06-20 13:12:11 +0900 (1a5c97c)
@@ -32,7 +32,11 @@ else
 fi
 
 n_processors="$(grep '^processor' /proc/cpuinfo | wc -l)"
-max_n_processors=8
+if [ "${MROONGA_BUNDLED}" = "yes" ]; then
+  max_n_processors=4
+else
+  max_n_processors=8
+fi
 if (( $n_processors > $max_n_processors )); then
   n_processors=$max_n_processors
 fi
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る