gpuMemoryLimit
Accessor
The strategy for limiting the amount of GPU memory allocated to Tile graphics.
get: GpuMemoryLimit
see TileAdmin.Props.gpuMemoryLimits to configure this at startup.
see TileAdmin.maxTotalTileContentBytes for the limit as a maximum number of bytes.
Setter
The strategy for limiting the amount of GPU memory allocated to Tile graphics.
set(limit: GpuMemoryLimit): void
see TileAdmin.Props.gpuMemoryLimits to configure this at startup.
see TileAdmin.maxTotalTileContentBytes for the limit as a maximum number of bytes.
Parameter | Type | Description |
---|---|---|
limit | GpuMemoryLimit |
Defined in
- core/frontend/src/tile/TileAdmin.ts Line 395
Last Updated: 22 February, 2021