How to enable the processing of large snapshots of memory in VS2015

I am trying to profile a memory intensive application to find a way to reduce memory consumption. It currently uses up to 2.5 GB of memory (32-bit C # application with / largeaddressaware flag). Using the VS2015 diagnostic tools, I can make the snapshot just fine, but when I try to view its details, I get the following error:

An error occurred while processing the snapshot: Failed to process managed heap

I also tried fixing the devenv.exe file with the / largeaddressaware flag, but it doesn't seem to help. Is there any way to solve this problem?

+5
source share

All Articles