diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-02 13:42:10 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-02 13:42:10 +0200 |
commit | b9b5441e8b893d2bcfad29111a02dca47b19a7a1 (patch) | |
tree | b67770fc74c0054dfafe82d0d81374bbf8460907 | |
parent | 919f959c0593ddb87f21728da3ff63f8162e9fc4 (diff) | |
download | jenkins.debian.net-b9b5441e8b893d2bcfad29111a02dca47b19a7a1.tar.xz |
increase tmpfs on pb-build4 to 32gb
-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 |