Memory leakage in .Net Core client applications due to FileSystemWatcher API
If .Net Core client applications failing with memory issues due to FileSystemWatcher API then set the environment variable CTG_RELOAD_ON_CHANGE=false and re-run the application. With this environment setting, dynamically reloading of appsettings.json is not possible. If any changes are done in appsettings.json then the application has to be restarted to reflect the changes.