Application Profiling - Memory Consumption

Discussion in 'General troubleshooting' started by BlueEyedDev, Apr 21, 2011.

  1. Hi there,

    I'm curious how we can ensure our applications don't use more than our allowed limit of App Pool memory. I am on the Max plan, meaning I can use up to 200MB of memory before the App Pool will be force-recycled.

    How can I view the average/peak memory consumption of my apps?

    Thanks!
     
  2. FredC

    FredC Winhost Staff

    hmm.. i am not sure..

    let me do some research, will postback if i find anything.
     
  3. I'm looking for the same thing. I tried implementing some code in C# that looks at the Performance Counter memory object but I think our apps don't have enough privs to read this:

    [UnauthorizedAccessException: Access to the registry key 'Global' is denied.]
     

Share This Page