summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-22 20:41:37 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-07-04 09:53:14 +0000
commite2e65a2d1422d97230cfe514ffd3fe499ef85d50 (patch)
tree8ff690d0deb016b4609fd4ec207f738189a6b164
parentccb1732c5d9d42dce2ae684e1a173e0d0f57d976 (diff)
downloadjenkins.debian.net-e2e65a2d1422d97230cfe514ffd3fe499ef85d50.tar.xz
increase /srv/workspace to 100 GB
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 94c6274e..81ee1efd 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -34,7 +34,7 @@ done
mkdir -p /srv/workspace
if ! grep -q '^tmpfs\s\+/srv/workspace\s' /etc/fstab; then
- echo "tmpfs /srv/workspace tmpfs defaults,size=60g 0 0" >> /etc/fstab
+ echo "tmpfs /srv/workspace tmpfs defaults,size=100g 0 0" >> /etc/fstab
fi
if ! mountpoint -q /srv/workspace; then