itty bitty

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-04 17:49:58 -05:00
parent b43e84f7b0
commit 3047a5fe4e
+1 -1
View File
@@ -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