gpuMemoryLimits
gpuMemoryLimits: GpuMemoryLimit | GpuMemoryLimits
Defines optional limits on the total amount of GPU memory allocated to Tile contents. If an instance of GpuMemoryLimits, defines separate limits for mobile and non-mobile devices; otherwise, defines the limit for whatever type of device the client is running on.
Default value: { "mobile": "default" }
.
@see GpuMemoryLimit for a description of the available limits and how they are imposed.
Defined in
- core/frontend/src/tile/TileAdmin.ts Line 1158
Last Updated: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.