On Thursday, 11/28/2002 at 05:28 CET, <[EMAIL PROTECTED]> wrote: > Unfortunately patching changes somehow the memory usage. Big stylesheets caused > a memory consumtion of several MBs more. (Maybe we don't saw the truth, because > the JVM takes almost all memory it has before running GC and our profiler shows > only "JVM used" memory.
That's probably exactly what's happening. If you disable the reuse cache you will generate and discard more objects, and thus will consume memory faster... but the extra should all Go Away next time GC runs. ______________________________________ Joe Kesselman / IBM Research