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:
authorMark Probst <mark.probst@gmail.com>2010-11-20 00:53:50 +0300
committerMark Probst <mark.probst@gmail.com>2010-11-20 00:57:16 +0300
commit9ce8f38edddf8fea30f8096b8d6d1ec6a4773666 (patch)
tree2aad297fbe6b3285512452b4cd8628d4007f352f /man
parentea5741998afeb3f6fbac3f434c05a2bbf6d814df (diff)
[sgen] Implement evacuation for parallel mark.
Diffstat (limited to 'man')
-rw-r--r--man/mono.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mono.1 b/man/mono.1
index d1703201732..aa5ce97ea78 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1009,7 +1009,7 @@ thread scan, it might be faster to enable remset.
.TP
\fBevacuation-threshold=\fIthreshold\fR
Sets the evacuation threshold in percent. This option is only available
-on the non-parallel Mark&Sweep major collectors. The value must be an
+on the Mark&Sweep major collectors. The value must be an
integer in the range 0 to 100. The default is 66. If the sweep phase of
the collection finds that the occupancy of a specific heap block type is
less than this percentage, it will do a copying collection for that block