summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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