openlayers / openlayers

OpenLayers
https://openlayers.org
BSD 2-Clause "Simplified" License
11.13k stars 3.01k forks source link

GPU memory leaks, openlayers4.6.5 #9371

Closed cdhuangyong closed 5 years ago

cdhuangyong commented 5 years ago

In the chrome environment, when the layer is changed from vector rendering mode to image rendering, when the hardware acceleration is turned on, the GPU memory leaks, what is going on?

ahocevar commented 5 years ago

Please either use a newer version of OpenLayers (in v6, we have a VectorImage layer), or create two layers with the same source, one with vector render mode, and one with image render mode.