Changeset 107390 in vbox for trunk/doc/manual/en_US/dita/topics/guestadd-balloon.dita
- Timestamp:
- Dec 19, 2024 6:29:28 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/topics/guestadd-balloon.dita
r99797 r107390 67 67 </p> 68 68 <pre xml:space="preserve">VBoxManage controlvm "VM name" guestmemoryballoon n</pre> 69 <p> 70 where <varname>VM name</varname> is the name or UUID of 71 the virtual machine in question and <varname>n</varname> 72 is the amount of memory to allocate from the guest in megabytes. 73 See <xref href="vboxmanage-controlvm.dita"/>. 74 </p> 69 <p> where <varname>VM name</varname> is the name or UUID of the virtual machine in question and <varname>n</varname> is the amount of memory to allocate from the guest in megabytes. See <xref href="../cli_topics/vboxmanage-controlvm.dita"/>.</p> 75 70 <p> 76 71 You can also set a default balloon that will automatically be … … 79 74 </p> 80 75 <pre xml:space="preserve">VBoxManage modifyvm "VM name" --guest-memory-balloon n</pre> 81 <p> 82 By default, no balloon memory is allocated. This is a VM 83 setting, like other <userinput>modifyvm</userinput> settings, and 84 therefore can only be set while the machine is shut down. See 85 <xref href="vboxmanage-modifyvm.dita"/>. 86 </p> 76 <p> By default, no balloon memory is allocated. This is a VM setting, like other <userinput>modifyvm</userinput> settings, and therefore can only be set while the machine is shut down. See <xref href="../cli_topics/vboxmanage-modifyvm.dita"/>. </p> 87 77 </body> 88 78
Note:
See TracChangeset
for help on using the changeset viewer.