Monitoring memory use / recycling of application

Discussion in 'Suggestions and Feedback' started by wchin2a, Apr 27, 2007.

  1. I read on some other posts on this board that you recycle the application pool if the app uses too much memory.

    Can you provide some stats that show average, peak memory use so I can see if this is a problem for my site? Alternatively, can you provide some guidance on how I can estimate memory use while developing the app?

    Lastly, if the memory use does regularly exceed 100MB, can I purchase an add-on for a higher ceiling / limit?

    thanks.

    Post Edited (woody) : 4/27/2007 5:12:27 PM GMT
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    100MB is the threshold for IIS to recycle the process.

    You should be able to see the memory footprint on your development computer by using either task manager or performance monitor.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page