As a follow-up, are you building large tables and keeping them in memory? If so, this will kill your VM quickly. If you're doing this, try writing each table out at the end of a page instead of keeping it in memory. This will significantly improve performance. We regularly write out 10K+ page PDFs with no memory issues.
Bill -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Monday, August 02, 2004 6:36 AM To: Sugavanam, Sandhya (Cognizant); [EMAIL PROTECTED] Subject: Re: [iText-questions] Out of Memory Exception Using IText 1.01 {Scanned} Recent versions do more things and keep more information; as a consequence more memory is needed but not that much. I suspect that you were already near the edge. Best Regards, Paulo Soares ----- Original Message ----- From: "Sugavanam, Sandhya (Cognizant)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 13:37 Subject: [iText-questions] Out of Memory Exception Using IText 1.01 Hi, I recently upgraded to IText 1.01. After upgrading I am facing out of memory exception when trying to generate 4 different PDFs each of 500 pages each. Previosly I was using IText 0.9.6 and the same was working fine. I am working with Weblogic 7.0 SP1 and JDK 1.3. I am using Jasper for exporting the JasperPrint object into a PDF file. Is there any issue with IText 1.01 for releasing memory after exporting to PDF file. Any help in this matter will be of great help. Regards, Sandhya This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. Visit us at http://www.cognizant.com ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
