VirtualBox

Changeset 38186 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Jul 26, 2011 1:47:54 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73144
Message:

GuestCtrl: Changelog, docs for process policy.

Location:
trunk/doc/manual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r38099 r38186  
    11021102    <itemizedlist>
    11031103       <listitem>
    1104            <para><computeroutput>--snapshot &lt;uuid&gt;|&lt;name&gt;</computeroutput>: 
     1104           <para><computeroutput>--snapshot &lt;uuid&gt;|&lt;name&gt;</computeroutput>:
    11051105            Select a specific snapshot where the clone operation should refer
    11061106            to. Default is referring to the current state.</para>
    11071107       </listitem>
    11081108       <listitem>
    1109            <para><computeroutput>--mode machine|machineandchildren|all</computeroutput>: 
     1109           <para><computeroutput>--mode machine|machineandchildren|all</computeroutput>:
    11101110           Selects the cloning mode of the operation. If
    11111111           <computeroutput>machine</computeroutput> is selected (the default),
     
    11181118       </listitem>
    11191119       <listitem>
    1120            <para><computeroutput>--options link|keepallmacs|keepnatmacs|keepdisknames</computeroutput>: 
     1120           <para><computeroutput>--options link|keepallmacs|keepnatmacs|keepdisknames</computeroutput>:
    11211121           Allows additional fine tuning of the clone operation. The first
    11221122           option defines that a linked clone should be created, which is
     
    11381138       </listitem>
    11391139       <listitem>
    1140            <para><computeroutput>--basefolder &lt;basefolder&gt;</computeroutput>: 
     1140           <para><computeroutput>--basefolder &lt;basefolder&gt;</computeroutput>:
    11411141           Select the folder where the new virtual machine configuration should
    11421142           be saved in.</para>
    11431143       </listitem>
    11441144       <listitem>
    1145            <para><computeroutput>--uuid &lt;uuid&gt;</computeroutput>: 
     1145           <para><computeroutput>--uuid &lt;uuid&gt;</computeroutput>:
    11461146           Select the UUID the new VM should have. This id has to be unique in
    11471147           the VirtualBox instance this clone should be registered. Default is
     
    11491149       </listitem>
    11501150       <listitem>
    1151            <para><computeroutput>--register</computeroutput>: 
     1151           <para><computeroutput>--register</computeroutput>:
    11521152           Automatically register the new clone in this VirtualBox
    11531153           installation. If you manually want register the new VM later, see
     
    26872687          the double backslashes in the second example are only required on
    26882688          Unix hosts.</para>
     2689
     2690          <para>Starting at VirtualBox 4.1.2 guest process execution by default is limited
     2691          to serve up to 5 guest processes at a time. If a new guest process gets started
     2692          which would exceed this limit, the oldest not running guest process will be discarded
     2693          in order to be able to run that new process. Also, retrieving output from this
     2694          old guest process will not be possible anymore then. If all 5 guest processes
     2695          are still active and running, starting a new guest process will result in an
     2696          appropriate error message.</para>
     2697
     2698          <para>To raise or lower the guest process execution limit, either the guest
     2699          property <computerouptut>/VirtualBox/GuestAdd/VBoxService/--control-procs-max-kept</computerouptut>
     2700          or VBoxService' command line by specifying <computeroutput>--control-procs-max-kept</computeroutput>
     2701          needs to be modified. A restart of the guest OS is required afterwards. To serve unlimited
     2702          guest processes, a value of <computeroutput>0</computeroutput> needs to be set (not recommended).</para>
    26892703        </listitem>
    26902704
  • trunk/doc/manual/user_ChangeLogImpl.xml

    r38139 r38186  
    1212        <para>Guest control execution: implemented copying single files from
    1313          guest to the host (directories and filters not supported yet)</para>
     14      </listitem>
     15
     16      <listitem>
     17        <para>Guest control execution: limited to serve up to 5 guest processes at a time
     18          by default</para>
    1419      </listitem>
    1520
Note: See TracChangeset for help on using the changeset viewer.

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