Changeset 38186 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 26, 2011 1:47:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r38010 r38186 8734 8734 Executes an existing program inside the guest VM. 8735 8735 8736 <note> 8737 Starting at VirtualBox 4.1.2 guest process execution by default is limited 8738 to serve up to 5 guest processes at a time. If a new guest process gets started 8739 which would exceed this limit, the oldest not running guest process will be discarded 8740 in order to be able to run that new process. Also, retrieving output from this 8741 old guest process will not be possible anymore then. If all 5 guest processes 8742 are still active and running, starting a new guest process will result in an 8743 appropriate error message. 8744 8745 To raise or lower the guest process execution limit, either the guest property 8746 "/VirtualBox/GuestAdd/VBoxService/--control-procs-max-kept" or VBoxService' 8747 command line by specifying "--control-procs-max-kept" needs to be modified. 8748 A restart of the guest OS is required afterwards. To serve unlimited guest 8749 processes, a value of "0" needs to be set (not recommended). 8750 </note> 8751 8736 8752 <result name="VBOX_E_IPRT_ERROR"> 8737 8753 Could not execute process.
Note:
See TracChangeset
for help on using the changeset viewer.