[Tilesathome] inkscape stops rendering

a_a at gmx.de a_a at gmx.de
Sun Jan 23 21:24:55 GMT 2011


Hi Ben,

ben wrote:
> Hi,
> 
> i investigated further and set MaxTileSetComplexity to 9000000.
> Now it has rendered fine for about 6 hours.
> If it renders a tileset with complexity above 10000000 then inkscape stops.
> the strange thing is, the machine used the last 5 hours only 2 of 4 
> cores and only the half of the 4gb ram.
> 
> some ideas?
I remember having trouble with very complex tiles a while ago. After 
searching around I found out that libgc (garbage collector) must be 
configured with parameter "--enable-large-config" so that inkscape can 
handle complex tiles properly.
Download the source at

http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.1.tar.gz

and do the following

tar xvzf gc-7.1.tar.gz
cd gc-7.1
./configure --enable-large-config  (_important_!)
make
make install   (as root)

Please let me (and the other readers) know if this solved your problem...


HTH

Alfons




More information about the Tilesathome mailing list