Most functions of GRASS can handle very large data sets. With a few functions you might run out of RAM though. One of these is the r.random.cell. This is a function that generates a random sets of cells with spatial dependence, i.e., that are at least a user-defined distance apart.
When this process takes up too much RAM, the solution is to divide the raster layer in a set of tiles Continue reading
