Philip S. Constantinou wrote:
This really helps...
One of the things that I need to do is a mail merge creating thousands of
one page letters. If the pages are simple with no table of
contents/references/page numbers. Is it safe to assume that the FO processor
will use roughly the same memory printing 10 letters as 1000?

It would be very hard to optimize momery consuption for one page documents. Apart from this, it depends whether you do it in parallel or sequentially. In case of the latter, FOP should always consume the same amount of memory if the documents are similar enough, regardless of complexity. If you do it in parallel, be prepared that 1000 parallel runs use 100 times the memory of 10 parallel runs.

J.Pietschmann



Reply via email to