Код: Выделить всё
System.IO.IOException: The configured user limit (512) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.
at System.IO.FileSystemWatcher.StartRaisingEvents()
Я попытался установить для reloadInChange значение false в методе AddJosnFile. Я добавил:
Код: Выделить всё
ENV DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE=false
Код: Выделить всё
Environment.SetEnvironmentVariable("DOTNET_hostBuilder:reloadConfigOnChange", "false");
Есть ли какие-либо другие возможные решения, не упомянутые в приведенной выше проблеме?
Подробнее здесь: https://stackoverflow.com/questions/787 ... docker-k8s