matthew.lee-kenticodeveloper
-
7/31/2012 6:58:55 PM
RE:Memory Leak
Global caching is 30 minutes. Page level caching is 5 mins. I set the memory limits on 1,000,000KB (Private Memory). Memory usage keeps growing to the limit until the app pool recycling.
This causes an issue. a page is getting some data from the database by LINQ. When the server is running out of memory, the LINQ query would catch "out of memory" exception. However, the size of the result is not big at all.
|