Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJustin Clark-Casey <justincc@justincc.org>2014-01-17 00:02:53 +0400
committerJustin Clark-Casey <justincc@justincc.org>2014-01-17 00:02:53 +0400
commita41ab301e852a27208b572ba6005d8679655bb95 (patch)
treede9f3e07552cf4d83f6eb087e5c2d58392e5176f /man
parenta66f33324668f11b1c39bffe6bb9c1209566e907 (diff)
Change Mono manpage to correct effect of MONO_THREADS_PER_CPU env var
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
Diffstat (limited to 'man')
-rw-r--r--man/mono.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/mono.1 b/man/mono.1
index 0b0e4235a7a..b53530a824b 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -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