mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 02:30:21 +00:00
Merge pull request #6411 from jose-d/patch-1
documentation: increase memory in kvm guide
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user