Sign in to follow this  
codeMonkey

Memory Leak

Recommended Posts

I noticed that when I would refresh my web page enough, the chart would turn into a black screen and the browser started running really slowly. After I looked into it, I found out that every time the browser renders a chart, it eats up a little bit of memory and doesn't release it until the browser is closed. I tried solving this problem by using .dispose() but things just got sticky. I can't imagine I am the only one that has run into this problem, so I was wondering how other people solved it.

 

Is there another way apart from .dispose(), or is that the best way?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this