2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

increase memory in kvm guide

with current CentOS, download of kickstart file will fail when 1G memory is used.
I believe it's related to this RHEL bug, https://bugzilla.redhat.com/show_bug.cgi?id=1595369, "Bug 1595369 - rhel 7.5 installation fails with 1GB ram ".
This commit is contained in:
jose_d
2019-08-26 19:23:04 +02:00
committed by GitHub
parent 80bd8fb99d
commit b678ec0aa2

View File

@ -39,7 +39,7 @@ After the VM object is created, several key attributes need to be specified with
4. the virtual memory size, with the unit "Megabit". Specify 1GB memory to "vm1" here: ::
chdef vm1 vmmemory=1024
chdef vm1 vmmemory=2048
**Note**: For diskless node, the **vmmemory** should be at least 2048 MB, otherwise the node cannot boot up.