C#C
C#3y ago
Cracker

❔ Memory Leak Dump Analysis Local Load Test

I am using Roslyn Scripting API to evaluate expressions in my web project, there is excessive creation of roslyn script and compilation which end up memory leak. This was expected I will try better approach but I am practicing dump analysis on this one. Those are the results I load test and take dump from IIS worker. Those results indicate memory leak caused by excessive use of Microsoft.CodeAnalysis.CSharp.CSharpCompilation am I right ?
image.png
Was this page helpful?