maartenba / MvcSiteMapProvider

An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework.
Microsoft Public License
537 stars 220 forks source link

High CPU Hang Garbage Collection Issue #465

Closed jessnavjr closed 5 years ago

maartenba commented 6 years ago

Think this is indeed called many times but there must be more in that dump file. Do you have a custom visibility provider or dynamic sitemap generated by something that also touches the network?

jessnavjr commented 6 years ago

Yes we have a custom visibility provider but I would need to do more digging to see where the dependencies are to the network.