Date:  05/23/2006 09:13:10 PM Msg ID:  002952
From:  Joe Goldsmith Thread:  002952
Subject:  Memory Leak
Well, I assume it's a memory leak. Every now and then while testing I press a button link and the called page comes up slowly and sometimes not with all the CSS or graphics showing. This same issue has been reported by users on my subscription application. I can reboot my work station and it clears up for a while. I can see the same thing happening when using the application on the  server directly. This has been going on for over a year and I keep assuming that IIS or the server is misbehaving. Performance monitoring and logs do not indicate an over use of resources except for paging to cache that reaches 50% and hovers between 35% and 40%. I doubled the memory in the server and the paging is much better but the issue mentioned above first still lingers.
 
Could this be a situation where local or private variables are not being released when changing pages? Could it be a memory leak somewhere? Any ideas?
 
Joe