memory leak cant find where the allocations originate from or why they being held

回眸只為那壹抹淺笑 提交于 2020-06-01 07:38:26

问题


.net memory profiler

https://memprofiler.com/

to try and see if i have any memory leaks...

See screenshot

From the screenshot it very much looks like i do have one. But its extremely hard to tell.

Is anyone else Familiar enough with this profiler to try guide me.

I have spent white a bit of time i have also tried jetbrains dotmemory

Problem is, i cant tell if this is actually leak Or Entity Framework core bug or feature?

and to me it make no sense.

obviously i know you wont know my code base but obviously its to big to add all.

appears to be a leek but how do i track it down.

could someone help me understand how to drill enough into what will be helpful to pin point what is going wrong.

trying to show ive tried but at a loss when it comes to profiling memory

here this is now from red gate mem profiler

everything is pointing for EF internals as to be the reasons.. for retention.... this is like sooooo annoying

来源:https://stackoverflow.com/questions/61575338/memory-leak-cant-find-where-the-allocations-originate-from-or-why-they-being-hel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!