DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44358>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44358 ------- Additional Comments From [EMAIL PROTECTED] 2008-02-13 07:19 ------- Hi all: We modified FOP 0.94 as Vincent suggested (thanks!). This resolved the infinite loop problem. However we still get the OutOfMemory exception. I am wondering if the FOP framework holds large amount of memory in static class variables. Also I noticed that there are a very large number of fop.fo.StaticPropertyList objects created - 35000; each of those objects holds two arrays - size 252. This correlates with the heapdump analyses we performed - large number of arrays without parent and the GC cannot dispose them. (I am under the impression that these objects get allocated in a recursive manner.) Would it be possible to reduce the number of arrays using static var or object cache? Thank you all for the prompt response! Regards Mihail -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
