API Reference > imodeljs-frontend > Tiles > GpuMemoryLimits GpuMemoryLimits Interface Defines separate GpuMemoryLimits for mobile and desktop clients. see TileAdmin.Props.gpuMemoryLimits to configure the limit at startup. see GpuMemoryLimit for a description of how the available limits and how they are imposed. Properties Name Type Description mobile undefined | GpuMemoryLimit Limits applied to clients running on mobile devices. nonMobile undefined | GpuMemoryLimit Limits applied to clients running on non-mobile devices. Defined in core/frontend/src/tile/TileAdmin.ts Line 90 Last Updated: 11 June, 2024