Re: [iText-questions] OutOfMemoryError exception, when merging of files reaches 60MB

2007-01-04 Thread Bruno Lowagie
Pravin Kumar Venkatraj wrote: > Sir, > We are facing problem while merging the PDF files (using iText 1.1) That version is over 2 years old... > When the merged PDF reaches 60MB, we are getting java.lang.OutOfMemoryError > exception. Have you followed the advice on memory management that is give

Re: [iText-questions] OutOfMemoryError exception, when merging of files reaches 60MB

2007-01-04 Thread Paulo Soares
If you are using PdfCopy update to the latest iText release and call freeReader(). Paulo - Original Message - From: "Pravin Kumar Venkatraj" <[EMAIL PROTECTED]> To: Sent: Thursday, January 04, 2007 6:42 AM Subject: [iText-questions] OutOfMemoryError exception,when

[iText-questions] OutOfMemoryError exception, when merging of files reaches 60MB

2007-01-03 Thread Pravin Kumar Venkatraj
Sir, We are facing problem while merging the PDF files (using iText 1.1) When the merged PDF reaches 60MB, we are getting java.lang.OutOfMemoryError exception. We increased the heap size using the below command Java -Xms32m -Xmx512m Still the problem is persisting. We are using JDK1.3 tha