Change Mono manpage to correct effect of MONO_THREADS_PER_CPU env var
authorJustin Clark-Casey <justincc@justincc.org>
Thu, 16 Jan 2014 20:02:53 +0000 (20:02 +0000)
committerJustin Clark-Casey <justincc@justincc.org>
Thu, 16 Jan 2014 20:02:53 +0000 (20:02 +0000)
1.  MONO_THREADS_PER_CPU affects ThreadPool min threads rather than max threads
2.  Effect is MONO_THREADS_PER_CPU * cpu_cores, there is no +20
3.  Default is 1, not 10

man/mono.1

index 0b0e4235a7aabd2f0cd4e8b1b1af368122103e56..b53530a824b8b8934f8046e166c63bf184fbe93f 100644 (file)
@@ -1417,9 +1417,9 @@ small embedded systems.
 The default is 180 seconds.
 .TP
 \fBMONO_THREADS_PER_CPU\fR
-The maximum number of threads in the general threadpool will be
-20 + (MONO_THREADS_PER_CPU * number of CPUs). The default value for this
-variable is 10.
+The minimum number of threads in the general threadpool will be 
+MONO_THREADS_PER_CPU * number of CPUs. The default value for this
+variable is 1.
 .TP
 \fBMONO_XMLSERIALIZER_THS\fR
 Controls the threshold for the XmlSerializer to produce a custom