[Fix] Fix for bug #677265 with DispatcherTimer.
[mono.git] / man / mono.1
index eaf464414e446769b831f04faa7b364f5709a3ff..857f391357736181a888a92610ff16ae6303e4ad 100644 (file)
@@ -1061,7 +1061,7 @@ method. The right option, unfortunately, requires experimentation.
 When using Mono with the SGen garbage collector this environment
 variable can be used to turn on various debugging features of the
 collector.  The value of this variable is a comma separated list of
-words.
+words.  Do not use these options in production.
 .RS
 .ne 8
 .TP
@@ -1086,6 +1086,13 @@ This clears the nursery at GC time instead of doing it when the thread
 local allocation buffer (TLAB) is created.  The default is to clear
 the nursery at TLAB creation time.
 .TP
+\fBdisable-minor\fR
+Don't do minor collections.  If the nursery is full, a major collection
+is triggered instead, unless it, too, is disabled.
+.TP
+\fBdisable-major\fR
+Don't do major collections.
+.TP
 \fBconservative-stack-mark\fR
 Forces the GC to scan the stack conservatively, even if precise
 scanning is available.
@@ -1426,6 +1433,9 @@ be used when writing messages like this: Console.Error:MyProgramName.
 See the System.Diagnostics.DefaultTraceListener documentation for more
 information.
 .TP
+\fBMONO_WCF_TRACE\fR
+This eases WCF diagnostics functionality by simply outputs all log messages from WCF engine to "stdout", "stderr" or any file passed to this environment variable. The log format is the same as usual diagnostic output.
+.TP
 \fBMONO_XEXCEPTIONS\fR
 This throws an exception when a X11 error is encountered; by default a
 message is displayed but execution continues