The pngs are the lowest sized images i can get. If i increase the memory, which is allocated for java to the size that is necessary for the amount of images, my system really slows down and nearly hangs up. Is there perhaps an option to force fop to delete the imagecache? Because without such an option it is not possible to create pdfs with a really big size of images.
----- Original Message ----- From: "J.Pietschmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 10, 2004 10:00 PM Subject: Re: OutOfMemoryException > Johannes Franz wrote: > > i am buildung a pdf which includes png. The used java library is > > jimi-1.0.jar. If i include to much png-images i get the > > OutOfMemoryException. The answer of the FAQ is to increase the memory > > which is allocated for java. Could you explain me how i can do this? > > Check your friendly Java documentation. The online version is > actually linked from the hint in the FOP documentation: > http://xml.apache.org/fop/running.html#memory > http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/java.html > > > Do > > you have any other solutions for the OutOfMemoryException? Do you thinks > > using JAI instead of JIMI could help? > > It depends. It is likely the problem is caused by the image cache. > Reducing the PNG resolution or switching to a format which compresses > better (low quality JPEG) might help. > > J.Pietschmann > > --------------------------------------------------------------------- > 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]