Efficiently find the root of thousands of objects in a dotnet memory dump?

422 Views Asked by At

So I have an 18gb memory dump from a dotnet 5 program running on linux. I need to find the root for thousands of objects. Right now I am using lldb, but it is taking around 20mins to find the root for just one object. Are there any tools or processes that can do this quick and efficiently?

0

There are 0 best solutions below