Merge pull request #7666 from tonyganga/patch-1
Update virtualbox-iso.html.md.erb
This commit is contained in:
commit
df98c3ee38
|
@ -402,14 +402,12 @@ interface to VirtualBox where you can completely control VirtualBox. It can be
|
||||||
used to do things such as set RAM, CPUs, etc.
|
used to do things such as set RAM, CPUs, etc.
|
||||||
|
|
||||||
Extra VBoxManage commands are defined in the template in the `vboxmanage`
|
Extra VBoxManage commands are defined in the template in the `vboxmanage`
|
||||||
section. An example is shown below that sets the memory and number of CPUs
|
section. An example is shown below that sets the VRAM within the virtual machine:
|
||||||
within the virtual machine:
|
|
||||||
|
|
||||||
``` json
|
``` json
|
||||||
{
|
{
|
||||||
"vboxmanage": [
|
"vboxmanage": [
|
||||||
["modifyvm", "{{.Name}}", "--memory", "1024"],
|
["modifyvm", "{{.Name}}", "--vram", "64"]
|
||||||
["modifyvm", "{{.Name}}", "--cpus", "2"]
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue