RE: Plugging a pseudo-memory leak

2007-07-04 Thread Delaney, Timothy (Tim)
Adam Atlas wrote: > I have a program that seemed to be leaking memory, but after > debugging, it seemed it just wasn't getting around to collecting the > objects in question often enough. The objects are very long-lived, so > they probably end up in generation 2, and don't get collected for a > lo

Plugging a pseudo-memory leak

2007-07-03 Thread Adam Atlas
I have a program that seemed to be leaking memory, but after debugging, it seemed it just wasn't getting around to collecting the objects in question often enough. The objects are very long-lived, so they probably end up in generation 2, and don't get collected for a long time. Is there any way I c