Changeset 89774 in vbox
- Timestamp:
- Jun 18, 2021 9:39:35 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145226
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-controlvm.xml
r89597 r89774 1843 1843 </para> 1844 1844 <para> 1845 Valid values are <literal>default</literal>, 1846 <literal>flat</literal>, <literal>low</literal>, 1847 <literal>normal</literal>, and <literal>high</literal>. 1848 </para> 1845 Valid values are: 1846 </para> 1847 <itemizedlist> 1848 <listitem><para> 1849 <literal>default</literal> – Default process 1850 priority determined by the OS. 1851 </para></listitem> 1852 <listitem><para> 1853 <literal>flat</literal> – Assumes a scheduling 1854 policy which puts the process at the default priority 1855 and with all threads at the same priority. 1856 </para></listitem> 1857 <listitem><para> 1858 <literal>low</literal> – Assumes a scheduling 1859 policy which puts the process mostly below the default 1860 priority of the host OS. 1861 </para></listitem> 1862 <listitem><para> 1863 <literal>normal</literal> – Assume a scheduling 1864 policy which shares the CPU resources fairly with 1865 other processes running with the default priority of 1866 the host OS. 1867 </para></listitem> 1868 <listitem><para> 1869 <literal>high</literal> – Assumes a scheduling 1870 policy which puts the task above the default priority of 1871 the host OS. This policy might easily cause other tasks 1872 in the system to starve. 1873 </para></listitem> 1874 </itemizedlist> 1849 1875 <para> 1850 1876 This subcommand does not affect the VM's running state directly. -
trunk/doc/manual/en_US/man_VBoxManage-modifyvm.xml
r87075 r89774 1200 1200 Specifies the priority scheme of the VM process to use 1201 1201 when starting the specified VM and while the VM runs. 1202 </para></listitem> 1202 </para><para> 1203 The following valid values are: 1204 </para><itemizedlist> 1205 <listitem><para> 1206 <literal>default</literal> – Default process 1207 priority determined by the OS. 1208 </para></listitem> 1209 <listitem><para> 1210 <literal>flat</literal> – Assumes a scheduling 1211 policy which puts the process at the default priority 1212 and with all threads at the same priority. 1213 </para></listitem> 1214 <listitem><para> 1215 <literal>low</literal> – Assumes a scheduling 1216 policy which puts the process mostly below the default 1217 priority of the host OS. 1218 </para></listitem> 1219 <listitem><para> 1220 <literal>normal</literal> – Assume a scheduling 1221 policy which shares the CPU resources fairly with 1222 other processes running with the default priority of 1223 the host OS. 1224 </para></listitem> 1225 <listitem><para> 1226 <literal>high</literal> – Assumes a scheduling 1227 policy which puts the task above the default priority of 1228 the host OS. This policy might easily cause other tasks 1229 in the system to starve. 1230 </para></listitem> 1231 </itemizedlist></listitem> 1203 1232 </varlistentry> 1204 1233 </variablelist> -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r89696 r89774 5950 5950 <desc> 5951 5951 Assumes a scheduling policy which puts the process at the default 5952 priority and with all thread at the same priority5952 priority and with all threads at the same priority 5953 5953 </desc> 5954 5954 </const>
Note:
See TracChangeset
for help on using the changeset viewer.