AspNetCore.Docs/aspnetcore/includes/128.md

7 lines
478 B
Markdown

<a name="d128"></a>
## 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](https://github.com/dotnet/AspNetCore.Docs/issues/19814).