X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmono.1;h=fc49f3b90653115d573561dd3f39bf3fe6b2fd96;hb=f6c4a9e42b70c291be485278e4a52d9830b661c5;hp=a3ab46153f59aa7bf5c3687bfb1a8019ec63f9c0;hpb=a95ec1f5bcbe1f71b3bb59b6296936ae5375d33c;p=mono.git diff --git a/man/mono.1 b/man/mono.1 index a3ab46153f5..fc49f3b9065 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -1129,9 +1129,16 @@ to 100 percent. A value of 0 turns evacuation off. .TP \fB(no-)lazy-sweep\fR Enables or disables lazy sweep for the Mark&Sweep collector. If -enabled, the sweep phase of the garbage collection is done piecemeal -whenever the need arises, typically during nursery collections. Lazy -sweeping is enabled by default. +enabled, the sweeping of individual major heap blocks is done +piecemeal whenever the need arises, typically during nursery +collections. Lazy sweeping is enabled by default. +.TP +\fB(no-)concurrent-sweep\fR +Enables or disables concurrent sweep for the Mark&Sweep collector. If +enabled, the iteration of all major blocks to determine which ones can +be freed and which ones have to be kept and swept, is done +concurrently with the running program. Concurrent sweeping is enabled +by default. .TP \fBstack-mark=\fImark-mode\fR Specifies how application threads should be scanned. Options are