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

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 21 18:38:52 JST 2015


Kouhei Sutou	2015-06-21 18:38:52 +0900 (Sun, 21 Jun 2015)

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

  Message:
    travis: increase 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:38 +0900 (aa1e3d6)
+++ tools/travis/script.sh    2015-06-21 18:38:52 +0900 (b3792ee)
@@ -33,7 +33,7 @@ fi
 
 n_processors="$(grep '^processor' /proc/cpuinfo | wc -l)"
 if [ "${MROONGA_BUNDLED}" = "yes" ]; then
-  max_n_processors=1
+  max_n_processors=4
 else
   max_n_processors=4
 fi
-------------- next part --------------
HTML����������������������������...
Download 



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