Hi, 2010/11/9 Franz Schiller <[email protected]>: > I'm converting a reclasses raster (produced with r.reclass) to a vector > (areas, not lines neither points) but I got this weird error: > ERROR: G_realloc: unable to allocate 24632000 bytes at areas.c:678 > What does this mean?
you are allocate 24Gb of memory, check out your computational region g.region rast=raster_map r.to.vect ... Martin -- Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
