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:
authorMiguel de Icaza <miguel@gnome.org>2015-12-05 23:09:00 +0300
committerMiguel de Icaza <miguel@gnome.org>2015-12-05 23:09:06 +0300
commit2af882232ce4961fdbe1ba0ae36246456bb1fbfb (patch)
tree2400fd4525697a196449261a339d95976b3c6f7d /man/mono.1
parent4a6dec855fd4ece8d5a13f30e8aacc362ff02ca1 (diff)
[System] Remove arbitrary debugging limit from FileSystemWatcher on OSX, fixes #28693
Diffstat (limited to 'man/mono.1')
-rw-r--r--man/mono.17
1 files changed, 6 insertions, 1 deletions
diff --git a/man/mono.1 b/man/mono.1
index a9f8641107d..fb6e7fc2d91 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -999,7 +999,12 @@ where V is the architecture number 4, 5, 6, 7 and the options can be currently b
.TP
\fBMONO_ARM_FORCE_SOFT_FLOAT\fR
When Mono is built with a soft float fallback on ARM and this variable is set to
-"1", Mono will always emit soft float code, even if a VFP unit is detected.
+"1", Mono will always emit soft float code, even if a VFP unit is
+detected.
+.TP
+\fBMONO_DARWIN_WATCHER_MAXFDS\fR
+This is a debugging aid used to force limits on the FileSystemWatcher
+implementation in Darwin. There is no limit by default.
.TP
\fBMONO_DISABLE_AIO\fR
If set, tells mono NOT to attempt using native asynchronous I/O services. In