API Reference > imodeljs-frontend > Tiles > TileAdmin > TileAdmin.Props > gpuMemoryLimits gpuMemoryLimits gpuMemoryLimits: GpuMemoryLimits | GpuMemoryLimit 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 990 Last Updated: 11 June, 2024