Skip to content

Commit 6f74c71

Browse files
committed
cmdlib: bump cache size to 30G
With us now building more in OSBuild in a single run [1] we need a larger cache2.qcow2 to hold more pipeline outputs concurrently. [1] coreos/fedora-coreos-pipeline#1055
1 parent 5dc3439 commit 6f74c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmdlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ runcompose_extensions() {
602602
# the cache disk. `runvm_with_cache_snapshot on` will set snapshotting to on.
603603
runvm_with_cache_snapshot() {
604604
local snapshot=$1; shift
605-
local cache_size=${RUNVM_CACHE_SIZE:-20G}
605+
local cache_size=${RUNVM_CACHE_SIZE:-30G}
606606
# "cache2" has an explicit label so we can find it in qemu easily
607607
if [ ! -f "${workdir}"/cache/cache2.qcow2 ]; then
608608
qemu-img create -f qcow2 cache2.qcow2.tmp "$cache_size"

0 commit comments

Comments
 (0)