RE: [iText-questions] Managing Memory During Concatenation

2006-04-17 Thread Mark Spitzer
Mark Spitzer" <[EMAIL PROTECTED]>, cc Subject RE: [iText-questions] Managing Memory During Concatenation PdfCopy frees the PdfReader as they are written to output. PdfCopyFields keeps all PdfReader in memory until close. If you are getting similar memory uses you are keeping a

Re: [iText-questions] Managing Memory During Concatenation

2006-04-17 Thread Paulo Soares
y, April 17, 2006 7:09 PM Subject: RE: [iText-questions] Managing Memory During Concatenation Paulo, Thanks for the quick response and clarification. I will change it back to PdfCopy to ensure that the input data is cleaned up as quickly as possible. I believe I have only the one reference (local

RE: [iText-questions] Managing Memory During Concatenation

2006-04-17 Thread Paulo Soares
Mark SpitzerSent: Monday, April 17, 2006 3:40 PMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] Managing Memory During Concatenation I'm having some difficulty dealing with memory constraints while concatenating a large number of files.  The heap on t

[iText-questions] Managing Memory During Concatenation

2006-04-17 Thread Mark Spitzer
I'm having some difficulty dealing with memory constraints while concatenating a large number of files.  The heap on the VM spikes dramatically and I'm trying to determine what I can to do to minimize the impact.  I could have up to a few thousand pages from a few hundred documents.  I've been usi