summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-02 13:42:10 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-02 13:42:10 +0200
commitb9b5441e8b893d2bcfad29111a02dca47b19a7a1 (patch)
treeb67770fc74c0054dfafe82d0d81374bbf8460907
parent919f959c0593ddb87f21728da3ff63f8162e9fc4 (diff)
downloadjenkins.debian.net-b9b5441e8b893d2bcfad29111a02dca47b19a7a1.tar.xz
increase tmpfs on pb-build4 to 32gb
-rwxr-xr-xupdate_jdn.sh2
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