AspNetCore.Docs/aspnetcore/includes/128.md

478 B

System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached

Disabling reloadOnChange can significantly reduce the number of opened files. To disable reloading configuration files, set the environment variable DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE=false

For alternative approaches or to leave feedback on this problem, see this GitHub issue.