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/10/04 15:30:45 UTC

DO NOT REPLY [Bug 13291] New: - XSLTC runs out of memory on large XML input with id/keys

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=13291>.
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=13291

XSLTC runs out of memory on large XML input with id/keys

           Summary: XSLTC runs out of memory on large XML input with id/keys
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: tom.amiro@sun.com


Jeff Baker reported the following

> I am transforming an XML document usually between 4-5MB in size. When
> transforming using Xalan (no XSLTC), everything works great. However, when
> setting XSLTC on, I always get a java.lang.OutOfMemoryError.

Santiago believes that the way XSLTC implements id/keys is causing 
an inordinate amount of memory consumption and this needs to be 
fixed.