You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/03/01 19:40:56 UTC

DO NOT REPLY [Bug 6768] - High Xms heap settings in JVM produce org.apache.xml.dtm.DTMException: No more DTM IDs are available.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6768>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6768

High Xms heap settings in JVM produce org.apache.xml.dtm.DTMException: No more DTM IDs are available.





------- Additional Comments From glange@skystone.ca  2002-03-01 18:40 -------
Thanks for the reply, I updated to Xalan 2.3.1 but the problem still exists.  I 
will try getting the CVS code and giving that a go.  

FYI - The document we are dealing with is quite large, it is used for producing 
a report of data held in our system.  There is a total of roughly 1000 nodes, 
each node containing 17 child nodes, and each child node has between 0 and 6 
child nodes.  So the total dom structure has somewhere in the neighborhood of 
51000 nodes.  This doesnt include any dom objects that may be created 
previously to producing the report.  Our site relies heavily on XML as each 
page is created from an XML XSL transform, we could probably benefit from 
optimizing some of this code.