Memory leak (Chrome only)

My app doesn’t show any memory leak in Firefox. When running it in Chrome, memory usage (as seen in the Chrome Task Manager) keeps increasing even when I perform very simple tasks involving no new subscription or observer. Also, hot code push does not reset memory usage; only closing/reopening the tab does.

When using Kadira, I get a steady number (the same I get in Firefox).

Anyone heard of this?

(my Meteor version is WINDOWS-PREVIEW@0.3.0 and I run my app locally)

bugs should be reported here:

and

it would benefit if you could reproduce that bug in a public git where someone can look at the code