A
Andy
Along with many others I've noticed the large amount of memory that
can be taken up by the aspnet_wp.exe. I've found that I can better
control and limit this memory consumption by including a GC.Collect()
in the Application_EndRequest() event handler in the Global.asax file.
Whilst this appears to help my memory consumption issues I've also
read that forced GC.Collect() can be inefficient.
Assuming that I don't see any adverse effects on performance - which I
haven't yet, but early days in the testing - does anybody know of any
reasons why I shouldn't adopt this approach?
Thanks
Andy
can be taken up by the aspnet_wp.exe. I've found that I can better
control and limit this memory consumption by including a GC.Collect()
in the Application_EndRequest() event handler in the Global.asax file.
Whilst this appears to help my memory consumption issues I've also
read that forced GC.Collect() can be inefficient.
Assuming that I don't see any adverse effects on performance - which I
haven't yet, but early days in the testing - does anybody know of any
reasons why I shouldn't adopt this approach?
Thanks
Andy