block-core / blockcore

Open source .NET Core Bitcoin based blockchain node in C#
https://www.blockcore.net
219 stars 90 forks source link

inotify instance limit reached #418

Open sondreb opened 2 years ago

sondreb commented 2 years ago

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.

dangershony commented 2 years ago

Can you get a stack trace by any chance?

sondreb commented 2 years ago

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