Limits the object cache size to 256M

This commit is contained in:
Daniel J. Hofmann 2016-10-20 11:10:30 -07:00 committed by Daniel J. H
parent c30784895d
commit 865c6590fa

View File

@ -122,6 +122,7 @@ before_install:
# implicit deps, but seem to be installed by default with recent images: libxml2 GDAL boost # implicit deps, but seem to be installed by default with recent images: libxml2 GDAL boost
brew install libzip libstxxl lua51 luabind tbb md5sha1sum ccache brew install libzip libstxxl lua51 luabind tbb md5sha1sum ccache
fi fi
- ccache --max-size=256M # limiting the cache's size to roughly the previous job's object sizes
install: install:
- | - |