You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by mturra <m....@kion.it> on 2009/02/11 11:28:41 UTC

ElemTemplate retained in memory

We have an web application and it use Xalan (version 2.6.0) to transform XML
data into HTML pages.

We catch an HeapDump on OutOfMemoryError and we analize it with Eclipse
Memory Analyzer.

On the "Memory Leak suspect report" we found:

29.155 instances of "org.apache.xalan.templates.ElemTemplate", loaded by
"<system class loader>" occupy 227.620.440 (44,99%) bytes. 

Does anybody know if this is a Xalan bugs? 

Thanks in advance.
-- 
View this message in context: http://www.nabble.com/ElemTemplate-retained-in-memory-tp21951901p21951901.html
Sent from the Xalan - J - Users mailing list archive at Nabble.com.


Re: ElemTemplate retained in memory

Posted by Michael Ludwig <ml...@as-guides.com>.
mturra schrieb:
> We have an web application and it use Xalan (version 2.6.0) [...]

> 29.155 instances of "org.apache.xalan.templates.ElemTemplate", loaded
> by "<system class loader>" occupy 227.620.440 (44,99%) bytes.

You might want to try if using 2.7.1 makes any difference.

Michael Ludwig