Title: help with memory consumption
I forgot to mention i'm using xalan 2.5.1 and JDK 1.4.2_06.
-----Original Message-----
From: Litton, Tom - CEPM [mailto:[EMAIL PROTECTED]
Sent: Monday, February 07, 2005 5:16 PM
To: [EMAIL PROTECTED]
Subject: help with memory consumption

To whom it may concern (if anyone),

I'm having memory problems with xalan.  I've ran it through a memory profiler and most of the memory comes from int arrays (int[]).

Most of them seem to be from the call to DTMDefaultBase.declareNamespaceInContext(int, int) (which is creating a list of SuballocatedintVector instances).  Is there any way of avoiding this call?  I've already added all the result prefixes I could to exclude-result-prefixes attribute. 

Is there anything else I should avoid doing in the XSLT, in order to save some memory?




Reply via email to