From 3af4cd9bec355c7f08e709ca1e7ea2570e519d90 Mon Sep 17 00:00:00 2001 From: Couriersud Date: Sat, 19 Dec 2009 23:12:07 +0000 Subject: Added option "numprocessors" -numprocessors 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". --- docs/windows.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') 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 + 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 -- cgit v1.2.3