get_usable_physical_ram {gdalraster} | R Documentation |
Get usable physical RAM reported by GDAL
Description
get_usable_physical_ram()
returns the total physical RAM, usable by a
process, in bytes. It will limit to 2 GB for 32 bit processes. Starting
with GDAL 2.4.0, it will also take into account resource limits (virtual
memory) on Posix systems. Starting with GDAL 3.6.1, it will also take into
account RLIMIT_RSS on Linux. Wrapper of CPLGetUsablePhysicalRAM()
in the
GDAL Common Portability Library.
Usage
get_usable_physical_ram()
Value
Numeric scalar, number of bytes as bit64::integer64
type (or 0 in
case of failure).
Note
This memory may already be partly used by other processes.
Examples
get_usable_physical_ram()
[Package gdalraster version 1.11.1 Index]