diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-22 20:41:37 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-07-04 09:53:14 +0000 |
commit | e2e65a2d1422d97230cfe514ffd3fe499ef85d50 (patch) | |
tree | 8ff690d0deb016b4609fd4ec207f738189a6b164 /update_jdn.sh | |
parent | ccb1732c5d9d42dce2ae684e1a173e0d0f57d976 (diff) | |
download | jenkins.debian.net-e2e65a2d1422d97230cfe514ffd3fe499ef85d50.tar.xz |
increase /srv/workspace to 100 GB
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-x | update_jdn.sh | 2 |
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 |