ocivm: Increase vRAM allocation

Building large packages like *dev-lang/go* and *app-containers/podman*
requires more memory.
gentoo
Dustin 2023-03-30 10:57:51 -05:00
parent caa303ba3d
commit 40bf772034
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ fi
ocivm \ ocivm \
--log-level DEBUG \ --log-level DEBUG \
run \ run \
-m 8G \
-n ${name} \ -n ${name} \
-w /tmp/src \ -w /tmp/src \
-v "${PWD}":/tmp/src \ -v "${PWD}":/tmp/src \