karl71
karl71

Reputation: 1092

VS2013 Profiler: location of collected data

On my machine I two drives: C(128GB SSD) and D( 1Tb HardDisk). In VS2013 I'm analysing the memory usage of an application I've developed. I had installed VS in C and run one of those memory usage analysis from Analysis>Performance and Diagnostics>Memory Ussage. All fine here.

My problem is that I'm short of space in C and I can't run long analysis. Therefore, I decided to uninstall VS from C and install it in D hoping that all this profiling info was going to be (temporarily, i.e. the file created and updated while running the analysis) stored somewhere in D:\Visual Studio\ . However, this is not the case. It's still stored somewhere in C, and therefore I still have the same problem as before. Is there a whay to modify this default location?

Upvotes: 1

Views: 855

Answers (1)

karl71
karl71

Reputation: 1092

As suggested by Hans Passat, I just needed to change the location of my TEMP directory. The first answer in this link describes how to do it. After following those 5 steps a system restart is required.

Upvotes: 3

Related Questions