[Groonga-commit] groonga/groonga at ee4b983 [master] travis: increase memory file system size

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 12 09:04:33 JST 2016


Kouhei Sutou	2016-05-12 09:04:33 +0900 (Thu, 12 May 2016)

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

  Message:
    travis: increase memory file system size

  Modified files:
    tools/travis-script.sh

  Modified: tools/travis-script.sh (+1 -1)
===================================================================
--- tools/travis-script.sh    2016-05-12 08:41:46 +0900 (ff373dd)
+++ tools/travis-script.sh    2016-05-12 09:04:33 +0900 (c317baf)
@@ -14,7 +14,7 @@ set -x
 export COLUMNS=79
 
 if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
-  memory_fs_size=$[50 * 1024 * 1024] # 50MiB
+  memory_fs_size=$[512 * 1024 * 1024] # 512MiB
   byte_per_sector=512
   n_sectors=$[${memory_fs_size} / ${byte_per_sector}]
   memory_fs_device_path=$(hdid -nomount ram://${n_sectors})
-------------- next part --------------
HTML����������������������������...
下載 



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