diff options
author | 2009-12-19 23:12:07 +0000 | |
---|---|---|
committer | 2009-12-19 23:12:07 +0000 | |
commit | 3af4cd9bec355c7f08e709ca1e7ea2570e519d90 (patch) | |
tree | cd36753ba85a5f67b03497aa01460ae3cf7c0b19 /docs/windows.txt | |
parent | da19077b98af83dda92422e64802e0228b289161 (diff) |
Added option "numprocessors"
-numprocessors <auto|value>
Specify the number of processors to use for work queues. Specifying
"auto" will use the value reported by the system or environment
variable OSDPROCESSORS. To avoid abuse, this value is internally limited
to 4 times the number of processors reported by the system.
The default is "auto".
Diffstat (limited to 'docs/windows.txt')
-rw-r--r-- | docs/windows.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/windows.txt b/docs/windows.txt index 1cabfe24724..6ea0351f698 100644 --- a/docs/windows.txt +++ b/docs/windows.txt @@ -43,7 +43,13 @@ Windows performance options window and all DirectDraw/Direct3D code to execute on a second thread, which can improve performance on hyperthreaded and multicore systems. The default is OFF (-nomultithreading). - + +-numprocessors <auto|value> + Specify the number of processors to use for work queues. Specifying + "auto" will use the value reported by the system or environment + variable OSDPROCESSORS. To avoid abuse, this value is internally limited + to 4 times the number of processors reported by the system. + The default is "auto". Windows video options |