aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2023-06-13 07:02:51 +0200
committerGitHub <noreply@github.com>2023-06-13 07:02:51 +0200
commitbb324300a8884035423dafaab1ebb7c72da2ae4c (patch)
tree675e885107e76b35ac442ca6070d4510695e5fc1
parente596bae3b59d90e5fe588a065bf81038ec3d5d4a (diff)
parent363d8112737ae893a9a8b497528ce5cf5a8ffe4e (diff)
Merge pull request #27392 from vespa-engine/aressem/set-same-ccache-size
Set ccache size to the same as what the cache is created with.
-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