[Bug 205919] [patch] lang/mono: increase FD limit for kqueue-based FileSystemWatcher
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 5 11:45:10 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205919
Bug ID: 205919
Summary: [patch] lang/mono: increase FD limit for kqueue-based
FileSystemWatcher
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: mono at FreeBSD.org
Reporter: razzfazz at gmail.com
Flags: maintainer-feedback?(mono at FreeBSD.org)
Assignee: mono at FreeBSD.org
Keywords: patch
Created attachment 165099
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=165099&action=edit
back-port the change to increase the FD limit from master
The kqueue-based FileSystemWatcher implementation has a hard-coded limit of 200
file descriptors in both 4.2.1.124 and 4.2.2.10. This limit appears to be
arbitrary, and it's gone in upstream master (now defaults to Int32.MaxValue).
Attached patch back-ports the relevant change from master to allow watching
directory hierarchies with more than 200 entries.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-mono
mailing list