diff --git a/run-tests.sh b/run-tests.sh index f5565c5c..36e3f525 100644 --- a/run-tests.sh +++ b/run-tests.sh @@ -17,7 +17,7 @@ if [[ ! -z "$CI" ]]; then export RAM_DISK sudo mkdir -p "$RAM_DISK" - sudo mount -t tmpfs -o size=256M tmpfs "$RAM_DISK" + sudo mount -t tmpfs -o size=1M tmpfs "$RAM_DISK" fi