My asp.net application takes a huge amount of memory to run some pages and it causes an “Out of Memory” exception. I use VS Analyzer to profile memory allocation details. The result confused me very much. More than 66% of allocated memory belongs to Page.ProcessRequest
own. I captured and attached the result.
Would anyone tell me where this memory is used and after the request is responded, how I can release this memory, and finally, how I can decrease this memory?
Hamed Nickme...
Member
30 Points
5 Posts
ProccessRequest huge memory allocation
Jan 22, 2011 07:59 AM|LINK
Hi,
My asp.net application takes a huge amount of memory to run some pages and it causes an “Out of Memory” exception. I use VS Analyzer to profile memory allocation details. The result confused me very much. More than 66% of allocated memory belongs to Page.ProcessRequest own. I captured and attached the result.
Would anyone tell me where this memory is used and after the request is responded, how I can release this memory, and finally, how I can decrease this memory?