From bc17dd841665f14e69e6731505d534064ae884dd Mon Sep 17 00:00:00 2001 From: besawn <38794505+besawn@users.noreply.github.com> Date: Fri, 28 Jan 2022 12:28:36 -0500 Subject: [PATCH] Increased memory requested in mkvm kvm example to match minimum needed by RHEL 8.5 ppc64le --- xCAT-client/pods/man1/mkvm.1.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/mkvm.1.pod b/xCAT-client/pods/man1/mkvm.1.pod index 67a97c156..9eb5fff19 100644 --- a/xCAT-client/pods/man1/mkvm.1.pod +++ b/xCAT-client/pods/man1/mkvm.1.pod @@ -231,9 +231,9 @@ Output is similar to: gpok4: Detatching source disk (0100) at (1100) gpok4: Starting LNX3... Done -7. To create a new kvm/vmware virtual machine with 10G storage, 2048M memory and 2 cpus. +7. To create a new kvm/vmware virtual machine with 10G storage, 4096M memory and 2 cpus. - mkvm vm1 -s 10G --mem 2048 --cpus 2 + mkvm vm1 -s 10G --mem 4096 --cpus 2 8. To create a full partition on normal power machine.