[Groonga-commit] groonga/groonga at eaa5357 [master] travis: reduce the number of workers on OS X

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 12 09:38:49 JST 2016


Kouhei Sutou	2016-05-12 09:38:49 +0900 (Thu, 12 May 2016)

  New Revision: eaa5357caa8505343d620f0a07b1d00db0c6320e
  https://github.com/groonga/groonga/commit/eaa5357caa8505343d620f0a07b1d00db0c6320e

  Message:
    travis: reduce the number of workers on OS X
    
    It'll reduce memory usage.

  Modified files:
    tools/travis-script.sh

  Modified: tools/travis-script.sh (+4 -1)
===================================================================
--- tools/travis-script.sh    2016-05-12 09:04:33 +0900 (c317baf)
+++ tools/travis-script.sh    2016-05-12 09:38:49 +0900 (c47127e)
@@ -7,7 +7,7 @@ set -u
 
 prefix=/tmp/local
 
-command_test_options="--n-workers=4 --reporter=mark --timeout=60"
+command_test_options="--reporter=mark --timeout=60"
 
 set -x
 
@@ -21,6 +21,9 @@ if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
   newfs_hfs ${memory_fs_device_path}
   mkdir -p tmp
   mount -t hfs ${memory_fs_device_path} tmp
+  command_test_options="${command_test_options} --n-workers=1"
+else
+  command_test_options="${command_test_options} --n-workers=4"
 fi
 
 case "${BUILD_TOOL}" in
-------------- next part --------------
HTML����������������������������...
Download 



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