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

inotify instance limit reached #418

Open
sondreb opened this issue Sep 25, 2022 · 2 comments
Open

inotify instance limit reached #418

sondreb opened this issue Sep 25, 2022 · 2 comments

Comments

@sondreb
Copy link
Member

sondreb commented Sep 25, 2022

Unhandled exception. System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.

sondreb added a commit that referenced this issue Sep 25, 2022
- This was previously done to allow reload while running, but it causes issues running under docker.
- Related to #418
@dangershony
Copy link
Member

Can you get a stack trace by any chance?

@sondreb
Copy link
Member Author

sondreb commented Sep 25, 2022

It's in the startup where it attempts to read appsettings.json, probably running too many .NET apps on the same server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants