This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Memory consumption keeps growing when Debug info is enabled #15179
Labels
Core
The cross-platform C++ core, aka mbgl
performance
Speed, stability, CPU usage, memory usage, or power usage
regression
This is probably a regression introduced by pull request #14669.
Steps to trigger behavior
Expected behavior
Normally after we zoom in and zoom out, the lowest memory consumption will go back to the same level. As the following picture depicts:
Actual behavior
When Debug info is enabled, we find the lowest memory use keeps growing with several rounds of zooming in and zooming out.
The text was updated successfully, but these errors were encountered: