Hi Florian,

I am not too sure which platform you are running the Rasterizer, I only
have some experience under Windows platform, and most of the time I
resolve the crash, if it is consistent, by allocating more memory for
Java VM, which makes the command read,

        java -Xms256m -Xmx512m -jar batik-rasterizer.jar [options]

In the line above, I allocate 256MB for Batik to start with, and
optionally Batik can use up to 512MB of RAM.

Hope this helps!

- Tangent

> -----Original Message-----
> From: florian [mailto:[EMAIL PROTECTED]] 
> Sent: Saturday, March 09, 2002 5:59 PM
> To: [EMAIL PROTECTED]
> Subject: batik crashes
> 
> 
> 
> 
> hi!
> 
> im trying to rasterize alot of svgs into pngs. every now and then the 
> batik-rasterizer
> crashes though. im not that experienced with java, so i have not alot 
> of clue what could
> go wrong there..
> 
> i put the error log up on: 
> http://www.structbench.com/hs_err_pid11616.log> .txt
> 
> im also 
> wondering: when that error appears, java is 
> just hanging 
> there. not really
> quitting or anything. its just showing the last # of the text in the 
> file up there and
> doing nothing. (until i hit control +c)
> 
> what could be the reason for that? i use the rasterizer via 
> the commandline..
> 
> 
> thanks alot in advance! have a nice weekend =)
> 
> ciao!
> florian
> 
> 
> 
> -- 
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to