2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-15 10:50:28 +00:00

Increased memory requested in mkvm kvm example to match minimum needed by RHEL 8.5 ppc64le

This commit is contained in:
besawn
2022-01-28 12:28:36 -05:00
parent 833c5e398f
commit bc17dd8416

View File

@ -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.