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

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri May 6 21:55:39 JST 2016


Kouhei Sutou	2016-05-06 21:55:39 +0900 (Fri, 06 May 2016)

  New Revision: 186cd3fa1163452cd5c19106acff1c3c0fd1e48f
  https://github.com/groonga/groonga/commit/186cd3fa1163452cd5c19106acff1c3c0fd1e48f

  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-06 18:28:09 +0900 (322a83f)
+++ tools/travis-script.sh    2016-05-06 21:55:39 +0900 (2398495)
@@ -14,7 +14,7 @@ set -x
 export COLUMNS=79
 
 if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
-  memory_fs_size=$[1024 * 1024] # 1MiB
+  memory_fs_size=$[10 * 1024 * 1024] # 10MiB
   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
アーカイブの一覧に戻る