-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory leak #57
Comments
Maybe related to mapbox/mapbox-gl-native#15922 ? |
@olehz thanks for reporting and for investigating the potential underlying issue from Can you tell us more about your usage here to help us investigate?
Am I seeing correctly that you have several node processes of Are you able to reproduce this on NodeJS 10? |
I also found a similar problem. As the number of renders increases and the style is a larger geojson, the memory usage will gradually increase without being released. use docker for |
Looks like there are indeed memory leaks coming from
Will need to repeat this with the Related brendan-ward/pymgl#1 |
Possibly related: mapbox-gl-native #15915 It looks like some of the Node-related memory leaks were solved in 15922 but not actually merged; these may still need to be addressed in the latest |
20:20
22:15
The text was updated successfully, but these errors were encountered: