You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by th...@kodak.com on 2009/06/19 12:05:19 UTC

Re: Image Xlink Problem with PNG images

Hi Michael,

"Kerschbaum Michael " <m....@pke.at> wrote on 06/17/2009 09:06:53 
AM:

> If this image is very big some MB sometimes Batik shows the default 
> image and sometimes not ?! I mean sometimes it is possible that the 
> png is loaded and sometimes not. hmmm... Is it sometime with the 
> memory ?

   Yes, most likely Batik is running out of memory with the larger
PNG image.

> It take some seconds befor the default image appears ?! Is 
> there a timeout ?

   Not that I am aware of, but the Java VM will get very slow
when memory get's tight, so likely you need to boost the heap
(search for "java -Xmx").