Date: Tue, 05 Jan 2016 11:41:01 +0000 From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 198727] [PATCH] lang/mono FileSystemWatcher (kevent) deadlock problem Message-ID: <bug-198727-23699-VA1vFecT0h@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-198727-23699@https.bugs.freebsd.org/bugzilla/> References: <bug-198727-23699@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D198727 --- Comment #5 from razzfazz@gmail.com --- (In reply to Ben Woods from comment #3) Ben, I believe the real problem for the FreeNAS port is that as of mono-4.2.1.124, the kqueue-based watcher has a hard-coded limit of 200 open file descriptors; guessing that most Emby libraries have way more files/directories than that. This limit appears to be arbitrary and its actually been increased to a default of Int32.MaxValue in master (tho not in 4.2.2.10). --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198727-23699-VA1vFecT0h>