If you generate a large report with lots of tabular data then yes, you're probably using the wrong tool. Reporting engines can do that much more efficiently. Otherwise, there are simply the usual suggestions: http://xmlgraphics.apache.org/fop/0.20.5/running.html#memory
On 29.03.2006 17:19:20 njain wrote: > Hello, > I need to generate large pdf file(as big as 500MB - 1GB). > I have the input as xml file and using SAXON8 to transform to FO > object. And then using FOP-0.25.0 version to transform the FO object to > pdf file. > Unfortunately, it runs out of memory if I have xmx=128MB and takes > almost forever if xmx=512MB. > I see that when I specify xmx=512MB, fop occupies the whole system > memory. Is this the way it is supposed to work or it is supposed to stream > the data. I am not sure if FOP is the right thing to be used here. Kindly > suggest. > > Following is the environment: > XSLT processor: SAXON8 > XSLT Version: 2.0 > FOP Version: 0.20.5 Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
