mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-27 16:05:18 +00:00
ci: bump CCACHE_MAXSIZE to 2G
With 15 runners we get 150GB of cache space to use, and we currently have 18 jobs using ccache. Although each run only generates ~ 200-300 MB of cache data on each run, the small the small size may be contributing to poor hitrate. Bump ccache to 2GB per job ~ --> 36GB of the total 150GB cache space to try and reduce any thrashaing and generally increase hitrate.
This commit is contained in:
parent
81e67d9aa1
commit
580e9eefe3
@ -48,7 +48,7 @@ export RUN_FUZZ_TESTS=${RUN_FUZZ_TESTS:-false}
|
||||
export BOOST_TEST_RANDOM=${BOOST_TEST_RANDOM:-1}
|
||||
# See man 7 debconf
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
export CCACHE_MAXSIZE=${CCACHE_MAXSIZE:-500M}
|
||||
export CCACHE_MAXSIZE=${CCACHE_MAXSIZE:-2G}
|
||||
export CCACHE_TEMPDIR=${CCACHE_TEMPDIR:-/tmp/.ccache-temp}
|
||||
export CCACHE_COMPRESS=${CCACHE_COMPRESS:-1}
|
||||
# The cache dir.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user