[Tilesathome] Some First Day Stats

Robert Jaemmrich mail at robert-jaemmrich.de
Fri Nov 9 12:16:29 GMT 2007


Brent Easton wrote:
> One problem that needs to be addressed is that some tile sets can not be rendered by all machines, depending on the amount of RAM installed versus the complexity of the tile..
>
> This is a known problem with Inkscape and my testing with Batik indicates the same problem. I have 1GB of RAM and can render most tilesets successfully. However, once a tile reaches a certain complexity (e.g. around Rotterdam), then it is not possible to render it successfully on a 1GB machine - thrashing sets in, %cpu drops off to 0 and no work is done. Under these cirumstances, Inkscape tends to crash, while Batik keeps going, but never finishes the tile.
I had the same issue (2GB, Linux). After patching the tilesGen.pl

-    my $Cmd = sprintf("%s \"%s\" tr %s %s > \"%s\"",
+    my $Cmd = sprintf("%s \"%s\" tr --maxdepth 30000 %s %s > \"%s\"",}}

(line 956 or so)

the rendering of complex tiles worked. I was seeing this hint on
Tilesathome or Talk-de recently. Maybe someone could give this a try.


Cheers,
Robert




More information about the Tilesathome mailing list