Hi Masken,
> output.svg is output from graphviz' "dot" tool. Input to dot is a call graph > of a program with about 350 functions. A pretty complex graphic in deed. ;-) > dot also crashes trying to render to PNG. > SeaMonkey can render output.svg, but is too slow for meaningful use. > I have searched for this bug in Bugzilla and found nothing similar. [...] > C:\batik-1.7>"...\Java\jre1.6.0_05\bin\java.exe" -jar batik-rasterizer.jar Memory limit achieved is, unfortunately, one of the common issues which has nothing to do with Batik but with Java itself. Please increase the available Java heap space such as in: "...\Java\jre1.6.0_05\bin\java.exe" -Xmx512m -jar batik-rasterizer.jar output.svg More information available by crawling the mailing list and/or the bug tracker with "out of memory" (for example, a comment [1] from a recently closed bug report). Hope this helps, Helder Magalhães [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=44164#c2 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
