getMemoryManagementOptions abstract method

MapContextMemoryManagementOptions getMemoryManagementOptions()

Returns MapContextMemoryManagementOptions. Gets the current memory management options. Returns the actual applied memory limits. If the underlying system limits exceed int32_t max value (2,147,483,647 KiB or ~2 TiB), the returned value is clamped to int32_t max.

Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.

Implementation

MapContextMemoryManagementOptions getMemoryManagementOptions();