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: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to