Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2010 .NET Memory Analysis - extremely slow

Running VS2010's .NET Memory Allocation analysis takes ages to complete.

The program itself ran for about 3 minutes and generated 35GB of memory allocations. The profiler's output file is about 28GB. The report analysis process took over three hours (on a dual Xeon with 8GB RAM) to complete.

This has happened to me every time I've run the memory profiler.
Is this your experience also with this tool?
Is there anything to do to speed up this process?

Thanks!

like image 901
Haggai Avatar asked Jun 16 '10 16:06

Haggai


1 Answers

Try increasing the amount of RAM available to VS2010 by using the following link, you can also use it in VS 2012 and it really does makes a difference to performance (especially build times on large projects). Hopefully this will also help you with memory allocation analysis:

http://forthosewhomatters.blogspot.co.uk/2009/09/largeaddressaware-and-visual-studio.html

like image 87
twoleggedhorse Avatar answered Sep 22 '22 19:09

twoleggedhorse