Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Jan 2016 11:45:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        mono@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 205919] [patch] lang/mono: increase FD limit for kqueue-based FileSystemWatcher
Message-ID:  <bug-205919-23699-sMO1QFCTQc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205919-23699@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205919-23699@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
razzfazz@gmail.com has reassigned Bugzilla Automation <bugzilla@FreeBSD.org=
>'s
request for maintainer-feedback to mono@FreeBSD.org:
Bug 205919: [patch] lang/mono: increase FD limit for kqueue-based
FileSystemWatcher
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205919



--- Description ---
Created attachment 165099
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D165099&action=
=3Dedit
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205919-23699-sMO1QFCTQc>