From 3047a5fe4ec3e45db048b4f261cdcf5d934ea24c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 4 Mar 2018 17:49:58 -0500 Subject: [PATCH] itty bitty Signed-off-by: Kenneth Reitz --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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