Skip to content

Memory Leak in javascript Surface Plot for Edge and IE browsers #1273

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

Closed
omarmussa opened this issue Dec 27, 2016 · 1 comment
Closed

Memory Leak in javascript Surface Plot for Edge and IE browsers #1273

omarmussa opened this issue Dec 27, 2016 · 1 comment

Comments

@omarmussa
Copy link

Running the js surface plot example in MS Edge or IE browsers exhibits a memory leak. I used the profile tool in Edge for the surface example (http://codepen.io/plotly/pen/MaxrwW) and did not do anything (no mouse or cursor moves, no interaction with the chart) during the test.

When I run the codepen in Edge, within 100 seconds I can see the memory increase as shown in the screenshot here:
ie memory profile

(notice the ramp pattern on upper edge of the total memory used)

When I run the example in Chrome and do a memory profile for 100 seconds it looks like the browser memory is doing a similar ramp pattern but it doesn't appear to have the same leak (maybe Chrome garbage collector is more efficient, not sure). Here is the Chrome profile:
chrome profile

(notice the upper edge of RAM used doesn't appear to ramp over time).

This issue is a major problem for me.

@etpinard
Copy link
Contributor

etpinard commented Jan 4, 2017

duplicate of #957

@etpinard etpinard closed this as completed Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants