Forum Discussion

SamXion's avatar
SamXion
Copper Contributor
Nov 12, 2021
Solved

Why is my ASP.Net Web API piling up memory?

Hi everyone,   I have a very simple MVC web api with a single controller that currently does nothing but returning a value. I am publishing it in VS2022 Preview 1 into a single file, so I get an .e...
  • shawnwildermuth's avatar
    shawnwildermuth
    Nov 14, 2021
    If you're calling it ever 250ms, it's likely not quiet enough for the Garbage collector to fire up. And with 90mb, it likely isn't pushing enough memory pressure (that's still tiny) to force the Garbage collector.

Resources