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, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.

Implementation

MapContextMemoryManagementOptions getMemoryManagementOptions();