[Groonga-mysql-commit] mroonga/mroonga at c48f245 [master] travis: decrease the max number of processors

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sun Jun 21 18:50:29 JST 2015


Kouhei Sutou	2015-06-21 18:50:29 +0900 (Sun, 21 Jun 2015)

  New Revision: c48f245ebc24bf7f17d53a28314ed926d546ee09
  https://github.com/mroonga/mroonga/commit/c48f245ebc24bf7f17d53a28314ed926d546ee09

  Message:
    travis: decrease the max number of processors

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+1 -1)
===================================================================
--- tools/travis/script.sh    2015-06-21 18:38:52 +0900 (b3792ee)
+++ tools/travis/script.sh    2015-06-21 18:50:29 +0900 (d8dd188)
@@ -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=2
 else
   max_n_processors=4
 fi
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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