You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been tweaking this line and bumping CACHEMAX to several GB seems to give a nice performance improvement when I have just a few large rasters to process and RAM to spare:
Is there a preferred way to make this configurable? Could be a check for existing GDAL_CACHEMAX environment variable and fall back to 512MB as a safe enough default?
The text was updated successfully, but these errors were encountered:
I've been tweaking this line and bumping
CACHEMAX
to several GB seems to give a nice performance improvement when I have just a few large rasters to process and RAM to spare:terracotta/terracotta/scripts/optimize_rasters.py
Line 35 in 018f963
Is there a preferred way to make this configurable? Could be a check for existing GDAL_CACHEMAX environment variable and fall back to 512MB as a safe enough default?
The text was updated successfully, but these errors were encountered: