1

I'm currently having a hard time driving down the peak memory consumption of my background agent below the 6MB limit. Are there any recommendations for WP7 capable memory profilers. I am not even asking for something along the lines of dotTrace but basically anything that offers some insight about what's going on.

Oliver Weichhold
  • 10,259
  • 5
  • 45
  • 87

1 Answers1

4

The Windows Phone SDK comes with a profiler for both memory consumption, and other things, that's available in Visual Studio after installation of the SDK.

You can read more about it on MSDN

Also, try look isolated at the background agent code, and move it to a separate application, where you run it in the foreground. That could possible make it easier for you to nail where the problem is.

Claus Jørgensen
  • 25,882
  • 9
  • 87
  • 150