CMU-CREATE-Lab / data-visualization-tools

EarthTime, and various data visualization libraries
Other
14 stars 5 forks source link

Ram usage increases unsustainably as more and more layers are shown #162

Closed rsargent closed 3 years ago

rsargent commented 3 years ago

When testing in Chrome the top 100, at some point RAM usage goes beyond 60GB -- not sure which waypoint. It seems likely that we need to intentionally unload tiles for layers that aren't shown, or remove layers altogether from LayerDB, using LRU.

Main branch has the ability to LRU unload tiles; this is a regression for RTFL

jjkohler commented 3 years ago

This can be closed soon hopefully once Harry gets to do a little more work with automated testing.

jjkohler commented 3 years ago

So far it seems that this has been implemented successfully. Can re-open if issues still seem to remain.