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=3472>.
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=3472
java.lang.OutOfMemoryError while transforming XmlDocument
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |APIBug
------- Additional Comments From [EMAIL PROTECTED] 2001-09-25 16:49 -------
It's difficult to suggest improvements in situations like this, especially with
only a partial code sample. How are you managing your StreamSources and
InputSources elsewhere in the application? How do you get Transformers, and do
they get reused endlessly or do you re-get them from prebuilt templates? The
rest of your servlet can have a noteable effect on memory usage as well.
Also, if you can, consider upgrading to one of the 2.2 developer builds - the
new DTM may help with this kind of memory problem. We should have a final 2.2
release out in a couple of weeks; until then you could certainly prototype on
one of the D9 or D10 releases.