Memory Leak

Hi, everybody
While I use icepush to asynchronous push data from server to browser, the memory that browser uses grows larger and lager.
Who can tell me what is the problem.It’s vaadin’s problem or icepush’s problem?
Anyone can help me?Thanks.

Hi Feng Gu,

Maybe the problem resides in how you use IcePush or Vaadin. We can help you if you provide more information about the problem, some code sample would help too.

Greetings,

Javi

Hi, Javi
Thanks for your reply.
I use icepush to update highcharts data series each second.
Actually, I found by firebug that vaadin servlet push the whole chart data every time to the browser.
I use InvientCharts add-on.

Feng