From b678ec0aa21b3c99990ae3832b46dea47c7d03ca Mon Sep 17 00:00:00 2001 From: jose_d Date: Mon, 26 Aug 2019 19:23:04 +0200 Subject: [PATCH] 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 ". --- .../admin-guides/manage_clusters/common/kvm/manage_vm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guides/admin-guides/manage_clusters/common/kvm/manage_vm.rst b/docs/source/guides/admin-guides/manage_clusters/common/kvm/manage_vm.rst index a40b77e1f..e4a511b35 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/kvm/manage_vm.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/kvm/manage_vm.rst @@ -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.