VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/vboxwatchdog-ballonctrl.dita@ 105335

Last change on this file since 105335 was 105335, checked in by vboxsync, 5 months ago

FE/Qt: bugref:10705. Merging r6149 from doc team's repo.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 2.5 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="vboxwatchdog-ballonctrl">
4 <title>Memory Ballooning Control</title>
5
6 <body>
7 <p>The memory ballooning control inflates and deflates the memory balloon of VMs based on the VMs free memory and
8 the requested maximum balloon size. </p>
9 <p>To set up the memory ballooning control the maximum ballooning size a VM can reach needs to be set. This can be
10 specified using the command line, as follows: </p>
11 <pre xml:space="preserve">--balloon-max &lt;Size in MB&gt;</pre>
12 <p>Using a per-VM basis extradata value, as follows: </p>
13 <pre xml:space="preserve">VBoxManage setextradata &lt;VM-Name&gt; VBoxInternal2/Watchdog/BalloonCtrl/BalloonSizeMax &lt;Size in MB&gt;</pre>
14 <p>Using a global extradata value, as follows: </p>
15 <pre xml:space="preserve">VBoxManage setextradata global VBoxInternal2/Watchdog/BalloonCtrl/BalloonSizeMax &lt;Size in MB&gt;</pre>
16 <note>
17 <p>If no maximum ballooning size is specified by at least one of the parameters above, no ballooning will be
18 performed at all. </p>
19 </note>
20 <p>Setting the ballooning increment in MB can be either done using command line, as follows: </p>
21 <pre xml:space="preserve">--balloon-inc &lt;Size in MB&gt;</pre>
22 <p>Using a global extradata value, as follows: </p>
23 <pre xml:space="preserve">VBoxManage setextradata global VBoxInternal2/Watchdog/BalloonCtrl/BalloonIncrementMB &lt;Size in MB&gt;</pre>
24 <p>The default ballooning increment is 256 MB if not specified. </p>
25 <p>The same options apply for a ballooning decrement. Using the command line, as follows: </p>
26 <pre xml:space="preserve">--balloon-dec &lt;Size in MB&gt;</pre>
27 <p>Using a global extradata value, as follows: </p>
28 <pre xml:space="preserve">VBoxManage setextradata global VBoxInternal2/Watchdog/BalloonCtrl/BalloonDecrementMB &lt;Size in MB&gt;</pre>
29 <p>The default ballooning decrement is 128 MB if not specified. </p>
30 <p>The lower limit in MB for a balloon can be defined using the command line, as follows: </p>
31 <pre xml:space="preserve">--balloon-lower-limit &lt;Size in MB&gt;</pre>
32 <p>Using a global extradata value, as follows: </p>
33 <pre xml:space="preserve">VBoxManage setextradata global VBoxInternal2/Watchdog/BalloonCtrl/BalloonLowerLimitMB &lt;Size in MB&gt;</pre>
34 <p>The default lower limit is 128 MB if not specified. </p>
35 </body>
36
37</topic>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette