Thank you Antti for that. I'll give it a try.

I ended up running FOP from the command line:
java -jar -Xincgc 
-Dorg.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext.no-source-reuse=true
 -Xms1536m -Xmx1536m fop-0.94\lib\fop.jar -c fopConfig\fopNewFlyer.xconf -fo 
SR1398_Parts.fo -pdf SR1398_Parts.pdf

Was able to get the majority of the FO into PDF on a 32bit machine, now it is 
an issue of getting more RAM and a 64bit machine.

Marijan (Mario) Madunic
Publishing Specialist
New Flyer Industries

-----Original Message-----
From: Antti Karanta [mailto:antti.kara...@napa.fi] 
Sent: Tuesday, June 15, 2010 12:06 AM
To: fop-users@xmlgraphics.apache.org
Subject: Re: AW: AW: AW: GC overhead limit exceeded on a 64-bit jvm


On Mon, 14 Jun 2010 16:47:11 +0300, Georg Datterl  
<georg.datt...@geneon.de> wrote:

> The ant task has to start a java VM, too. You just have to find out,  
> where the VM is started and set the switch there.

   In case you don't want to dig into ant or fop startup scripts, a quick  
and dirty solution is to set the environment variable JAVA_TOOL_OPTIONS to  
have value -Xincgc
   This environment variable will be picked up by any jvm, even embedded  
ones. Its contents will be prepended to jvm startup options.



        ::Antti::


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org


--------------------------------------------------------------------
Please consider the environment before printing this e-mail.

CONFIDENTIALITY STATEMENT: This communication (and  any and all information or 
material transmitted with this communication) is confidential, may be 
privileged and is intended only for the use of the intended recipient. If you 
are not the intended recipient, any review, retransmission, circulation, 
distribution, reproduction, conversion to hard copy, copying or other use of 
this communication, information or material is strictly prohibited and may be 
illegal. If you received this communication in error or if it is forwarded to 
you without the express authorization of New Flyer, please notify us 
immediately by telephone or by return email and permanently delete the 
communication, information and material from any computer, disk drive, diskette 
or other storage device or media. Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to