You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ModelAnimationCache currently uses model.cacheKey and uriKey in tandem as part of the key for models in the cache. When embedding a reasonably sized model in czml this results in the model's data being used as the cache key. In doing this memory can become rapidly exhausted. Please see the czml file in the following gist: https://gist.github.com/mksquires/0662e8cd7475c98fe63175ffd047a8ee for a demonstration of this issue.
The text was updated successfully, but these errors were encountered:
The ModelAnimationCache currently uses model.cacheKey and uriKey in tandem as part of the key for models in the cache. When embedding a reasonably sized model in czml this results in the model's data being used as the cache key. In doing this memory can become rapidly exhausted. Please see the czml file in the following gist: https://gist.github.com/mksquires/0662e8cd7475c98fe63175ffd047a8ee for a demonstration of this issue.
The text was updated successfully, but these errors were encountered: