Skip to content
Prev 29121 / 29559 Next

strange issue of memory converting a raster to a data frame

Hi Sebastiano,

Try comparing terra::terraOptions() and terra::mem_info(r) on both systems. Just guessing there but it could be that terra is trying to do everything in memory and failing on your 16GB system, while taking a memory friendly route on your 8GB system.

Cheers,
Lo?c