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 c0ac550 commit c5df67cCopy full SHA for c5df67c
src/cmdlib.sh
@@ -602,7 +602,7 @@ runcompose_extensions() {
602
# the cache disk. `runvm_with_cache_snapshot on` will set snapshotting to on.
603
runvm_with_cache_snapshot() {
604
local snapshot=$1; shift
605
- local cache_size=${RUNVM_CACHE_SIZE:-20G}
+ local cache_size=${RUNVM_CACHE_SIZE:-30G}
606
# "cache2" has an explicit label so we can find it in qemu easily
607
if [ ! -f "${workdir}"/cache/cache2.qcow2 ]; then
608
qemu-img create -f qcow2 cache2.qcow2.tmp "$cache_size"
0 commit comments