We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fbead commit 3cfa356Copy full SHA for 3cfa356
src/cmdlib.sh
@@ -613,7 +613,7 @@ runcompose_tree() {
613
614
# Run with cache disk.
615
runvm_with_cache() {
616
- local cache_size=${RUNVM_CACHE_SIZE:-40G}
+ local cache_size=${RUNVM_CACHE_SIZE:-45G}
617
# "cache2" has an explicit label so we can find it in qemu easily
618
if [ ! -f "${workdir}"/cache/cache2.qcow2 ]; then
619
qemu-img create -f qcow2 cache2.qcow2.tmp "$cache_size"
0 commit comments