ocivm: Increase vRAM allocation

Building large packages like *dev-lang/go* and *app-containers/podman*
requires more memory.
This commit is contained in:
2023-03-30 10:57:51 -05:00
parent caa303ba3d
commit 40bf772034

View File

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