RE: FOP : OutOfMemoryError with a big XML file

2002-12-26 Thread Peter Sparkes
And thank from me; I can now do the whole file in one go. Peter -Original Message- From: Jean-Philippe VALENTIN [mailto:[EMAIL PROTECTED] Sent: 23 December 2002 09:13 To: 'Oleg Tkachenko '; '[EMAIL PROTECTED] ' Subject: RE: FOP : OutOfMemoryError with a big XML file Thanks for your

Re: FOP : OutOfMemoryError with a big XML file

2002-12-22 Thread Oleg Tkachenko
Peter Sparkes wrote: Please, how do you Increase memory settings of the JVM. on a Windows system See http://java.sun.com/j2se/1.3/docs/tooldocs/win32/java.html -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To

Re: FOP : OutOfMemoryError with a big XML file

2002-12-21 Thread Oleg Tkachenko
Jean-Philippe VALENTIN wrote: Hi, When I want transform my XML + XSL file I have got this error : ... [INFO] [28] Exception in thread main java.lang.OutOfMemoryError (PS: I have 256Mo of RAM with 631Mo of limit and the error appear at 260Mo of RAM use) When I reduce the size of the XML file, it's

RE: FOP : OutOfMemoryError with a big XML file

2002-12-21 Thread Peter Sparkes
Hi Please, how do you Increase memory settings of the JVM. on a Windows system Peter -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: 21 December 2002 20:36 To: [EMAIL PROTECTED] Subject: Re: FOP : OutOfMemoryError with a big XML file Jean-Philippe VALENTIN

RE: FOP : OutOfMemoryError with a big XML file

2002-12-20 Thread Renzo Callant
Divide your file up in multiple page-sequences with grouping by position. I had the same problem, look at this example : T:\ftemptype prateek.xml ?xml version=1.0 encoding=iso-8859-1? table rowRow 1/row rowRow 2/row rowRow 3/row rowRow 4/row rowRow 5/row rowRow 6/row rowRow