How to reduce the memory footprint of openlayers3? every time the map is reloaded, it will cause the browser memory to increase.

use openlayers3 to load big maps, and each reload will cause the browser to allocate new memory, even if the existing maps have been released in the program and the original dom has been deleted.

Mar.14,2021
Menu