Comments
Sort by recent activity
Hi Brian,
Many thanks for your reply.
This memory leak is starting to stress me out. From what I can see, all my classes are being destroyed by the GC.
All my host has told me is "All we can see here is that something in your code is reserving a lot of memory for itself (even though it typically only ends up using ~10% of this) Sometimes this is trying to reserve more than 256megs and this is what is causing the application pool to recycle."
Anyway - so should I essentially be ignoring any classes where the module name is "mscorlib.dll"? See below for an image of my "All Classes" view: [image] / comments
Hi Brian,
Many thanks for your reply.
This memory leak is starting to stress me out. From what I can see, all my classes are being destroyed by the GC.
All my host has told me is "All we can see he...