- Commenting out a call to GC.Collect(); that's supposed to be used only for memory investigations.

--HG--
branch : perf
This commit is contained in:
Suha Can
2010-11-08 12:22:22 -08:00
parent 60259dad67
commit 97fb671952

View File

@@ -37,7 +37,7 @@ namespace Orchard.Web {
protected void Application_EndRequest() {
_host.EndRequest();
GC.Collect();
//GC.Collect();
}
static void MvcSingletons(ContainerBuilder builder) {