How many tiles can be cached in cesium?

  1. Hi i want to know is there any limit for number of tiles to be cached?
  2. If yes what is the limit?
  3. How to adjust the caching count?
  1. Hi i want to know is there any limit for number of tiles to be cached?
    => You can set the limit per fileset using this parameter: tileset.maximumMemoryUsage

  2. If yes what is the limit?
    => Limit is based on memory comsumption rather than the number of tiles. And limit is the tileset.maximumMemoryUsage

  3. How to adjust the caching count?
    => As far as I know, only way is by adjusting tileset.maximumMemoryUsage. Also notice that this does not limit loading if all the tiles are needed by the current frame you are rendering. So, it is rather “a soft limit” in a way.

2 Likes