Post #837463
2026-03-20 09:03 UTC
But what about the spatial analysis? I still have only 8 GB of temp space. Here's my workaround: R sets up a temporary directory at startup either in the system temp location(i.e. /tmp) or based on the TMPDIR environment variable. So I exported an env variable TMPDIR to a temporary directory in my home dir, then started R. Before running my script I checked 'tempdir()' and sure enough it pointed to that temp directory. Fired off the analysis, and it completed as expected.
6/
Replies (0)
No replies.