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
diff options
context:
space:
mode:
authorMark Probst <mark.probst@gmail.com>2014-09-13 11:47:06 +0400
committerMark Probst <mark.probst@gmail.com>2014-09-29 22:03:57 +0400
commit8a005b8290ca0a489252f57e61c4a282a61b3998 (patch)
tree1750b9d41c13eab95c1afcfb0a9fecef7a63d69b /man/mono.1
parent06ba93fd0e217d098afb98bc694fe86d491fc7bd (diff)
[sgen] Remove parallel collector.
This was almost completely untested and performance was erratic.
Diffstat (limited to 'man/mono.1')
-rw-r--r--man/mono.19
1 files changed, 4 insertions, 5 deletions
diff --git a/man/mono.1 b/man/mono.1
index f423e8855f3..d058031ed16 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1075,11 +1075,10 @@ first generation (of two). A larger nursery will usually speed up the
program but will obviously use more memory. The default nursery size
4 MB.
.TP
-\fBmajor=\fIcollector\fR
-Specifies which major collector to use. Options are `marksweep' for
-the Mark&Sweep collector, `marksweep-conc' for concurrent Mark&Sweep,
-and `marksweep-par' for parallel Mark&Sweep. The non-concurrent,
-non-parallel Mark&Sweep collector is the default.
+\fBmajor=\fIcollector\fR Specifies which major collector to use.
+Options are `marksweep' for the Mark&Sweep collector, and
+`marksweep-conc' for concurrent Mark&Sweep. The non-concurrent
+Mark&Sweep collector is the default.
.TP
\fBsoft-heap-limit=\fIsize\fR
Once the heap size gets larger than this size, ignore what the default