Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kqueue() FileSystemWatcher limit error #554

Closed
jrock2004 opened this issue May 4, 2015 · 1 comment
Closed

kqueue() FileSystemWatcher limit error #554

jrock2004 opened this issue May 4, 2015 · 1 comment

Comments

@jrock2004
Copy link

I am getting an error about the max files to watch.

IOException: kqueue() FileSystemWatcher has reached the maximum nunmber of files to watch.
System.IO.KqueueMonitor.Add (System.String path, Boolean postEvents, System.Collections.Generic.List`1& fds) [0x00000] in <filename unknown>, line 0

DNU Version

~  dnu --version
1.0.0-beta4-11566

DNX Version

~  dnx --version
1.0.0-beta4-11566

I have increased my limits on my mac as well

ulimit -n 65536
ulimit -u 2048
@Eilon
Copy link
Member

Eilon commented May 4, 2015

I believe this is being tracked as a Mono bug here: https://bugzilla.xamarin.com/show_bug.cgi?id=28693

@Eilon Eilon closed this as completed May 4, 2015
SteveSandersonMS added a commit that referenced this issue Nov 27, 2018
@dotnet dotnet locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants