Skip to content

Commit

Permalink
cmdlib: bump cache size to 30G
Browse files Browse the repository at this point in the history
With
  • Loading branch information
dustymabe committed Nov 13, 2024
1 parent c0ac550 commit c5df67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmdlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ runcompose_extensions() {
# the cache disk. `runvm_with_cache_snapshot on` will set snapshotting to on.
runvm_with_cache_snapshot() {
local snapshot=$1; shift
local cache_size=${RUNVM_CACHE_SIZE:-20G}
local cache_size=${RUNVM_CACHE_SIZE:-30G}
# "cache2" has an explicit label so we can find it in qemu easily
if [ ! -f "${workdir}"/cache/cache2.qcow2 ]; then
qemu-img create -f qcow2 cache2.qcow2.tmp "$cache_size"
Expand Down

0 comments on commit c5df67c

Please sign in to comment.