summaryrefslogtreecommitdiffstats
path: root/screwdriver
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2023-06-13 00:05:55 +0200
committerArnstein Ressem <aressem@yahooinc.com>2023-06-13 00:05:55 +0200
commit363d8112737ae893a9a8b497528ce5cf5a8ffe4e (patch)
tree675e885107e76b35ac442ca6070d4510695e5fc1 /screwdriver
parente596bae3b59d90e5fe588a065bf81038ec3d5d4a (diff)
Set ccache size to the same as what the cache is created with.
Diffstat (limited to 'screwdriver')
-rwxr-xr-xscrewdriver/build-vespa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/screwdriver/build-vespa.sh b/screwdriver/build-vespa.sh
index 79d695f1533..0a36108c8c9 100755
--- a/screwdriver/build-vespa.sh
+++ b/screwdriver/build-vespa.sh
@@ -12,7 +12,7 @@ export MALLOC_ARENA_MAX=1
export MAVEN_OPTS="-Xss1m -Xms128m -Xmx2g"
export VESPA_MAVEN_EXTRA_OPTS="${VESPA_MAVEN_EXTRA_OPTS:+${VESPA_MAVEN_EXTRA_OPTS} }--no-snapshot-updates --batch-mode --threads ${NUM_THREADS}"
-ccache --max-size=1600M
+ccache --max-size=20G
ccache --set-config=compression=true
ccache -p