Changeset 37715 in vbox
- Timestamp:
- Jun 30, 2011 3:49:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.ui
r37712 r37715 565 565 <widget class="QIAdvancedSlider" name="mSlCPUExecCap"> 566 566 <property name="whatsThis"> 567 <string> Controls the CPU execution cap of each virtual CPU. It defines how much cycles each virtual CPU can use as a percent of host's CPU. 100% = unlimited.</string>567 <string>Limits the amount of time that each virtual CPU is allowed to run for. Each virtual CPU will be allowed to use up to this percentage of the processing time available on one physical CPU. The execution cap can be disabled by setting it to 100%.</string> 568 568 </property> 569 569 <property name="maximum"> … … 638 638 </property> 639 639 <property name="whatsThis"> 640 <string> Controls the CPU execution cap of each virtual CPU. It defines how much cycles each virtual CPU can use as a percent of host's CPU. 100% = unlimited.</string>640 <string>Limits the amount of time that each virtual CPU is allowed to run for. Each virtual CPU will be allowed to use up to this percentage of the processing time available on one physical CPU. The execution cap can be disabled by setting it to 100%.</string> 641 641 </property> 642 642 </widget>
Note:
See TracChangeset
for help on using the changeset viewer.