Hi, I have a fop servlet that is generating reports on demand from a
client program. I'm using tomcat as servlet container, xml and xsl to
generate fo and fop to give me pdf. The reports tend to be big and
memory is being exhausted.

The tomcat process never releases any memory and the usage is increasing
linearly. This makes sense when I use page/total-pages since I then need
to hold all pages till I reach the last one, however, is there a way to
explicitly say that no counting is to be done so that fop releases
memory as it generates pdf?

The second question is how to make tomcat release memory when a servlet
is finished? - But that is probably a different list...

Øyvind Hvamstad


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to