emmetio / sublime-tern

TernJS plugin for Sublime Text
222 stars 13 forks source link

Memory usage continuously increasing #24

Closed EhsanKia closed 10 years ago

EhsanKia commented 11 years ago

I'm using TernJS with THREE.js. My memory usage without TernJS is ~50,000K. With TernJS, it starts at 500,000K, which isn't /too/ bad, but then as time passes by it just keeps going up, until around 2,000,000 where it just crashes.

I tried updating PyV8 and that wasn't the issue. The known issues talks about problems with larger libraries, but I'm not sure if slowly increasing memory is part of that. I'm not getting any errors in my console either.

sergeche commented 11 years ago

I think you should address this issue to @marijnh, Tern author.