diff options
-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 e0fbebcb..fa61af8f 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -49,7 +49,7 @@ sudo mkdir -p /srv/workspace # prepare tmpfs on some hosts case $HOSTNAME in jenkins) TMPFSSIZE=100 ;; - profitbricks-build4-amd64) TMPFSSIZE=10 ;; + profitbricks-build4-amd64) TMPFSSIZE=32 ;; profitbricks-build?-amd64) TMPFSSIZE=60 ;; *) ;; esac |