NuGet / Home

Repo for NuGet Client issues
Other
1.5k stars 252 forks source link

High memory traffic in nuget due to lots of NuGetVersion objects #7291

Open cdmihai opened 6 years ago

cdmihai commented 6 years ago

I was profiling memory traffic in MSBuild (single proc build of WebLargeCore with minimal logging) and noticed high memory traffic from nuget:

image image image

rrelyea commented 6 years ago

Potential perf improvement?

cdmihai commented 6 years ago

Yes, the fewer the allocations, the less GC is called. I'm being told that GC is quite the problem in VS.