On Thursday, 11/15/2001 at 04:52 MST, "Chris McCabe" <[EMAIL PROTECTED]> wrote: > If we load the > same documents over and over, would we see increasing memory > consumption, or does it reuse the cached version?
It's supposed to reuse. But if you're having memory use problems, we should check that logic. > I will need to do some analysis to see if I can figure out what it is > that is causing the memory consumption. If I can narrow it down I will > develop a test case and send it your way. Great; thanks. It's _MUCH_ easier to track down odd behaviors when you can reproduce them for study! (If you do come up with a test case, the most reliable way to make sure we don't forget to look at it is to post it as a problem report in Bugzilla; that makes it available for everyone to play with and makes sure we can't forget to address it.)
