Application Pool hitting 100mb when loading any page... why?

Discussion in 'ASP.NET 2.0' started by Avalon, Sep 13, 2006.

  1. I hope someone here can help me. I'm having a problem where my .NET 2.0 site is supposedly consuming 100mb of memory on the application pool every time a page is loaded. So, if the pool is flushed and at 0 someone hits a page on the site and it immediatly jumps to 100mb. This doesn't make much sense to me as the application doesn't do anything fancy! It hits a SQL 2K5 database, pulls over some data, and then drops that data into a CACHE. I also use MS APIS for authentication and I use the MS Menu control. I just don't understand why and how this is happening. Anyway, does anyone have experience with 2.0 and have you heard of this occuring before? If so, is there any way to debug it and find out where the issue is? Thanks!

    Avalon
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    1) Try manually calling the Garbage collector


    2) Explicitly destroy all the object after use.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page