C#C
C#7mo ago
reeeeeee

Enormous RAM usage when running the app in a debug vs Azure

Hey all!
I got ahold of an older application for some changes. The app is a simple MVC application, with additional background CronJob.
When the app is deployed to Azure AppService, it uses an average fo 50 MB of RAM. But when i start the app in a debug, the RAM skyrocket and goes to like 20 GB in 30 seconds.
I tried performance profiler, and it didnt show me anything useful. it also says there were no events. The app is literally doing nothing, because this happens right after you start it. The output is empty, there is no logging, i also stopped the cronjob.
So... any idea how can I even debug this?
Was this page helpful?