Re: [iText-questions] out of memory problem with PdfReader

2006-10-20 Thread Paulo Soares
-Xmx64m works for me. Are you using the latest iText release? Paulo - Original Message - From: "Tony He" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 20, 2006 5:45 PM Subject: Re: [iText-questions] out of memory problem with PdfReader Hi, P

Re: [iText-questions] out of memory problem with PdfReader

2006-10-20 Thread Tony He
served space for new object initialization.  It might help.   == stanton From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Tony HeSent: Friday, October 20, 2006 9:16 AMTo: Post all your questions about iText hereSubject: Re: [iText-questions] out of memory problem with PdfReader

Re: [iText-questions] out of memory problem with PdfReader

2006-10-20 Thread Stanton Fisque
:16 AM To: Post all your questions about iText here Subject: Re: [iText-questions] out of memory problem with PdfReader   Hi, Paulo: I already bumped memory to -Xms32m -Xmx256m -Xss8m. It dosn't seem to help. I actully have another file that is bigger than this one but reads OK.

Re: [iText-questions] out of memory problem with PdfReader

2006-10-20 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tony He > Sent: Friday, October 20, 2006 5:16 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] out of memory problem with PdfReader >

Re: [iText-questions] out of memory problem with PdfReader

2006-10-20 Thread Tony He
-Original Message- > From: [EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED] ] On> Behalf Of Tony He> Sent: Friday, October 20, 2006 2:39 AM> To: itext-questions@lists.sourceforge.net> Subject: [iText-questions] out of memory problem with PdfReader >> Hi, I got an out of memroy

Re: [iText-questions] out of memory problem with PdfReader

2006-10-20 Thread Paulo Soares
Throw more memory at it, there's no other solution. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tony He > Sent: Friday, October 20, 2006 2:39 AM > To: itext-questions@lists.sourceforge.net > Subject: [iTex

[iText-questions] out of memory problem with PdfReader

2006-10-19 Thread Tony He
Hi, I got an out of memroy (outofstack) exception when creating a new PdfReader(filename). The exceptions come from PdfReader.removeUnusedNodes() method. My pdf file has hundreds of bookmarks.   Can anybody tell me how to get around this problem?   Thanks, Jean -