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!
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.]