Skip to content

Commit 3cfa356

Browse files
committed
cmdlib: bump default cache size to 45G
We've added hetzner, proxmoxve, and oraclecloud, so we're running out of space now in x86_64 pipeline runs.
1 parent 15fbead commit 3cfa356

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
@@ -613,7 +613,7 @@ runcompose_tree() {
613613

614614
# Run with cache disk.
615615
runvm_with_cache() {
616-
local cache_size=${RUNVM_CACHE_SIZE:-40G}
616+
local cache_size=${RUNVM_CACHE_SIZE:-45G}
617617
# "cache2" has an explicit label so we can find it in qemu easily
618618
if [ ! -f "${workdir}"/cache/cache2.qcow2 ]; then
619619
qemu-img create -f qcow2 cache2.qcow2.tmp "$cache_size"

0 commit comments

Comments
 (0)