On 03/08/17 14:09, Markus Metz wrote:
There is one relatively easy possibility to speed up reading input, if the input maps are compressed with ZLIB or BZIP2: you could compress the input maps with LZ4, this would speed up reading since quite a bit of time is spent on decompressing ZLIB or BZIP2 compressed data.

export GRASS_COMPRESSOR=LZ4
r.compress <input_map>

Thanks for the info ! We'll test that as well as trying out different solutions combining classical hard disk, ssd and possibly ram disk, especially for running many i.segment instances in parallel on the same data.

Moritz



_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to