2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 10:40:24 +00:00

Merge pull request #6411 from jose-d/patch-1

documentation: increase memory in kvm guide
This commit is contained in:
besawn
2019-08-28 16:29:54 -04:00
committed by GitHub

View File

@@ -37,9 +37,9 @@ After the VM object is created, several key attributes need to be specified with
chdef vm1 vmhost=kvmhost1
4. the virtual memory size, with the unit "Megabit". Specify 1GB memory to "vm1" here: ::
4. the virtual memory size (in Megabytes): ::
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.