Re: Out of Memory problem

2005-02-28 Thread Manisha Sathe
essage - From: Manisha Sathe To: [EMAIL PROTECTED] Sent: 28 February, 2005 09:32 Subject: Re: Out of Memory problem I tried to increase memory of JVM through Tomcat - but not much change. I believe the way i am using my procedure (creating objects) that might be wrong.   Below is some statistics (log

Re: Out of Memory problem

2005-02-28 Thread Ashish
Can you send your xml and xsl file ?     Ashish   - Original Message - From: Manisha Sathe To: [EMAIL PROTECTED] Sent: 28 February, 2005 09:32 Subject: Re: Out of Memory problem I tried to increase memory of JVM through Tomcat - but not much change. I believe

Re: Out of Memory problem

2005-02-28 Thread Manisha Sathe
I tried to increase memory of JVM through Tomcat - but not much change. I believe the way i am using my procedure (creating objects) that might be wrong.   Below is some statistics (logger is displaying) when i am trying to render the PDF with 1 page / 2 pages / 3 pages etc

Re: Out of Memory problem

2005-02-25 Thread IndianAtTech
} } /*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*/ /*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*/ On Thu, 24 Feb 2005 09:58:28 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Can we set the memory programmaticaly? &g

Re: Out of Memory problem

2005-02-25 Thread Manisha Sathe
Thanks Chris,   Would appreciate if u can explain more how shall i increase memory in my case ->   I am on Tomcat server and using servlet to render the fop. I am not using fop.bat file, Which script starts my JVM - really speaking i also do not know.   My servlet.jar / fop.jar and related files a

RE: Out of Memory problem

2005-02-24 Thread Victor Mote
Manoj_Nair wrote: > I think someone asked this question ( inadvertently deleted > that email) But how do we programmatically increase the > memory size for FOP Java VM? AFAIK, it must be done from the command-line. I don't know of a way to do this from within a Java program. Victor Mote

Re: Out of Memory problem

2005-02-24 Thread Manoj_Nair
TED] otmail.com> cc: Subject: Re: Out of Memory problem 02/24/2005

Re: Out of Memory problem

2005-02-24 Thread rohit . rastogi
cc: Subject: Re: Out of Memory problem 02/24/2005 04:25

Re: Out of Memory problem

2005-02-24 Thread Chris Bowditch
Manisha Sathe wrote: I am trying for one Chinese PDF. When i do not make use of Arial Unicode MS font then i do not get this error. All chinese characters are displayed as #. Once i use this font then i get this error (even if it is just 2-3 pages long - sometimes at very beginning i get the 1 p

Out of Memory problem

2005-02-24 Thread Manisha Sathe
I am trying for one Chinese PDF. When i do not make use of Arial Unicode MS font then i do not get this error. All chinese characters are displayed as #. Once i use this font then i get this error (even if it is just 2-3 pages long - sometimes at very beginning i get the 1 page report - after that

Re: HELP HELP, Big Memory Problem

2003-09-15 Thread Chris Bowditch
From: Marco Knuettel <[EMAIL PROTECTED]> export JAVA_OPTS="$JAVA_OPTS -Djava.awt.headless=true -Xmx1024m -Xms1024m" If you cant increase the JVMs memory anymore then you will have to look at the structure of your FO that is being processed by FOP. One way to reduce memory usage is to break up yo

HELP HELP, Big Memory Problem

2003-09-15 Thread Marco Knuettel
Hi *, i use FOP to generate a Dokumentation for a lage Project. I want to generate a PDF with 500 Sites. With images and more. The Tomcat use over 1GB of the Memory and then i get an OutOfMemory-Error. I wont to increase the Momory of Tomcat. My Tomcat has 1GB. export JAVA_OPTS="$JAVA_OPTS -Djava.a

Re: Memory Problem

2003-08-19 Thread Chris Bowditch
From: Marco Knuettel <[EMAIL PROTECTED]> Hi *, i want tu use FOP to create PDF-Files on the fly in a webapplication. My servlet is creating the PDF, but i have to start the tomcat with -mx512m. If the servlet is creating the pdf it use 400Mb Ram. But this reserved Memory is always reserved :-(( I t

Re: Memory Problem

2003-08-13 Thread J.Pietschmann
Marco Knuettel wrote: i want tu use FOP to create PDF-Files on the fly in a webapplication. My servlet is creating the PDF, but i have to start the tomcat with -mx512m. If the servlet is creating the pdf it use 400Mb Ram. But this reserved Memory is always reserved :-(( I tryed to reset the imageCa

Memory Problem

2003-08-13 Thread Marco Knuettel
Hi *, i want tu use FOP to create PDF-Files on the fly in a webapplication. My servlet is creating the PDF, but i have to start the tomcat with -mx512m. If the servlet is creating the pdf it use 400Mb Ram. But this reserved Memory is always reserved :-(( I tryed to reset the imageCache, but its not