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
We'll need to think about how and "where" to deal with RAM limitations, when dealing with e.g. many climate projections.
At the moment, in a 32GB machine, climr runs out of memory if all GCMs/periods/scenarios are requested (process_one_raster runs out of memore when extracting the climate values)
Options are to (not mututally exclusive):
(partially) deal with these in climr
deal with these externally to climr (e.g. in the modules that will need to extract cliamte projections)
have climr warn the user about memory limitations (implemented in climr@out-of-memory-extract)
The text was updated successfully, but these errors were encountered:
We'll need to think about how and "where" to deal with RAM limitations, when dealing with e.g. many climate projections.
At the moment, in a 32GB machine,
climr
runs out of memory if all GCMs/periods/scenarios are requested (process_one_raster
runs out of memore whenextract
ing the climate values)Options are to (not mututally exclusive):
climr
climr
(e.g. in the modules that will need to extract cliamte projections)climr
warn the user about memory limitations (implemented inclimr@out-of-memory-extract
)The text was updated successfully, but these errors were encountered: