From 40bf772034a2b0fc39c094e7edde3f6c8aa430a9 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 30 Mar 2023 10:57:51 -0500 Subject: [PATCH] ocivm: Increase vRAM allocation Building large packages like *dev-lang/go* and *app-containers/podman* requires more memory. --- ocivm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ocivm.sh b/ocivm.sh index 422d3b0..ee1fd94 100755 --- a/ocivm.sh +++ b/ocivm.sh @@ -11,6 +11,7 @@ fi ocivm \ --log-level DEBUG \ run \ + -m 8G \ -n ${name} \ -w /tmp/src \ -v "${PWD}":/tmp/src \