wende / autocomplete-erlang

Intelligent Erlang autocompletion provider for Atom autocomplete-plus
MIT License
11 stars 1 forks source link

Huge memory leak causes editor to crash #25

Open artempervin opened 7 years ago

artempervin commented 7 years ago

I'm experiencing major issues with memory usage using this package. After about a minute after editor startup in an idle state (no files or directories opened) the editor goes bananas and quickly consumes all available memory (at a rate of about 30mbs per second). I have no other community packages enabled, only the core packages.

This issue is not reproducing with other autocomplete-* packages (e.g. autocomplete-clang). Or when the package in question is disabled.

autocomplete-erlang version: 1.1.2 atom version: 1.12.5 OS: Windows 7 SP1

visciang commented 7 years ago

If you set the erlang / elixir path in the plugin settings to point to a not existing directory, the pluging will loop over forever trying to load the erlang client!