Hi,

Thank for your reply.
Maybe with 6 Gb java heap on 64 bits machine, the pdf will be created.

But my question was more about why Fop consumed much memory.
I thought that Fop create pdf page per page during the parsing of fo xml and unload memory after each page.
But perhaps I must insert page breaks into the fo file to make it work ?

Christian Pestel

[email protected]


-----Message d'origine----- From: Bonekrusher
Sent: Thursday, October 25, 2012 1:15 PM
To: [email protected]
Subject: Re: FOP 1.0 out of memory on a fo with 100.000

Hi,

It looks like you're only allocating 1024mb. If you want to allocate more
memory, you need to tell the JVM to do so:

from: java.exe -Xmx1024m –Xms1024m

to: java.exe -Xmx2048m –Xms1024m

Also, I am curious. What are your systems specs? Especially if its 32 or 64
bit. I have had to move to a 64bit machine on Windows XP because on a 32 bit
machine. Windows would not allow me not allocate more than 2048 memory to
the JVM. Moving to a 64 bit machine allows me up to 6GB (I never need to go
higher or tried to either).







--
View this message in context: http://apache-fop.1065347.n5.nabble.com/FOP-1-0-out-of-memory-on-a-fo-with-100-000-fo-table-tp37151p37152.html
Sent from the FOP - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to