One day I have deployed my Azure Function app into container to production server (.NET Core on Linux). And app started to fail after few minutes, without any reason, with exit code 137. This post describes how I debugged the problem – to my suprise, it was caused by .NET Garbage Collector.
Celý příspěvek Running Azure Functions in Docker container – crashes on productionŠtítek: dotnet
Force Garbage Collector during debugging in Visual Studio
Sometimes you need to check your .NET project’s memory management, but how to purge Garbage Collector during debugging from Visual Studio?
Celý příspěvek Force Garbage Collector during debugging in Visual Studio